[settings] Rename desktop file to match desktop entry defined by KAboutData

Fix task manager icon on Wayland

(cherry picked from commit 5d5679c20b)
This commit is contained in:
Nicolas Fella 2021-12-25 21:47:41 +01:00
parent 817b105a38
commit d541923cdd
2 changed files with 1 additions and 1 deletions

View file

@ -10,4 +10,4 @@ add_executable(kdeconnect-settings
target_link_libraries(kdeconnect-settings kdeconnectversion KF5::I18n KF5::KCMUtils KF5::DBusAddons)
install(TARGETS kdeconnect-settings ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES org.kde.kdeconnect.settings.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
install(FILES org.kde.kdeconnect-settings.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})