mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-10 19:52:24 +00:00
linux: add desktop entry file
This commit is contained in:
@@ -75,3 +75,5 @@ install(TARGETS librepods
|
|||||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
)
|
)
|
||||||
|
install(FILES assets/me.kavishdevar.librepods.desktop
|
||||||
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications")
|
||||||
|
|||||||
9
linux/assets/me.kavishdevar.librepods.desktop
Normal file
9
linux/assets/me.kavishdevar.librepods.desktop
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Name=LibrePods
|
||||||
|
Comment=AirPods libreated from Apple's ecosystem
|
||||||
|
Exec=librepods
|
||||||
|
Icon=librepods
|
||||||
|
Terminal=false
|
||||||
|
Categories=Audio;AudioVideo;Utility;Qt;
|
||||||
@@ -951,6 +951,7 @@ int main(int argc, char *argv[]) {
|
|||||||
LOG_DEBUG("Socket error: " << socket.errorString());
|
LOG_DEBUG("Socket error: " << socket.errorString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
app.setDesktopFileName("me.kavishdevar.librepods");
|
||||||
app.setQuitOnLastWindowClosed(false);
|
app.setQuitOnLastWindowClosed(false);
|
||||||
|
|
||||||
bool debugMode = false;
|
bool debugMode = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user