diff --git a/startkde/waitforname/CMakeLists.txt b/startkde/waitforname/CMakeLists.txt --- a/startkde/waitforname/CMakeLists.txt +++ b/startkde/waitforname/CMakeLists.txt @@ -13,10 +13,10 @@ Qt5::DBus ) -configure_file(org.freedesktop.Notifications.service.in - ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Notifications.service) +configure_file(org.kde.plasma.Notifications.service.in + ${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.Notifications.service) install(TARGETS plasma_waitforname ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Notifications.service +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.Notifications.service DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR}) diff --git a/startkde/waitforname/org.freedesktop.Notifications.service.in b/startkde/waitforname/org.kde.plasma.Notifications.service.in rename from startkde/waitforname/org.freedesktop.Notifications.service.in rename to startkde/waitforname/org.kde.plasma.Notifications.service.in