From fb257cbf1f0ecc9928a36faba554ba5e873005a5 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Thu, 12 Mar 2026 22:28:23 +0100 Subject: [PATCH] Change location and name of .desktop file --- CMakeLists.txt | 2 +- res/xyz.uvos.aceradio.desktop | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 res/xyz.uvos.aceradio.desktop diff --git a/CMakeLists.txt b/CMakeLists.txt index 58cc8af..c3dcea3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE install(TARGETS ${PROJECT_NAME} DESTINATION bin) # Install .desktop file -install(FILES aceradio.desktop DESTINATION share/applications) +install(FILES res/xyz.uvos.aceradio.desktop DESTINATION share/applications) # Install icon files install(FILES res/xyz.uvos.aceradio.png DESTINATION share/icons/hicolor/256x256/apps RENAME xyz.uvos.aceradio.png) diff --git a/res/xyz.uvos.aceradio.desktop b/res/xyz.uvos.aceradio.desktop new file mode 100644 index 0000000..0bfaa44 --- /dev/null +++ b/res/xyz.uvos.aceradio.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Aceradio +Comment=A C++ Qt graphical user interface for generating music using acestep.cpp +Exec=aceradio +Icon=xyz.uvos.aceradio +Terminal=false +Categories=Audio;Music;AudioVideo;Player; +StartupWMClass=Aceradio