diff --git a/startkde/waitforname/CMakeLists.txt b/startkde/waitforname/CMakeLists.txt --- a/startkde/waitforname/CMakeLists.txt +++ b/startkde/waitforname/CMakeLists.txt @@ -16,7 +16,13 @@ configure_file(org.kde.plasma.Notifications.service.in ${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.Notifications.service) +configure_file(org.kde.KSplash.service.in + ${CMAKE_CURRENT_BINARY_DIR}/org.kde.KSplash.service) + install(TARGETS plasma_waitforname ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.Notifications.service DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR}) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.KSplash.service + DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR}) diff --git a/startkde/waitforname/org.kde.KSplash.service.in b/startkde/waitforname/org.kde.KSplash.service.in new file mode 100644 --- /dev/null +++ b/startkde/waitforname/org.kde.KSplash.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.kde.KSplash +Exec=@KDE_INSTALL_FULL_BINDIR@/plasma_waitforname org.kde.KSplash