Fix the platformstatus kded module
The module .desktop file has a typo in the X-KDE-DBus-ModuleName which results in the KCM not being able to see the status of the module. Plus it renames the .desktop file to not contain the kded_ prefix, now it matches every other kded .desktop file we ship (and also matches the library and dbus module names). Change-Id: I5006672ca041d9820b4388ba4e99b7899f36be18
This commit is contained in:
parent
cf3898f7a9
commit
7e5b00cff0
@ -26,6 +26,6 @@ target_link_libraries(
|
|||||||
)
|
)
|
||||||
|
|
||||||
install( TARGETS kded_platformstatus DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/kded )
|
install( TARGETS kded_platformstatus DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/kded )
|
||||||
install( FILES kded_platformstatus.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded )
|
install( FILES platformstatus.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded )
|
||||||
install( FILES org.kde.platformstatus.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} )
|
install( FILES org.kde.platformstatus.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} )
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Type=Service
|
Type=Service
|
||||||
X-KDE-ServiceTypes=KDEDModule
|
X-KDE-ServiceTypes=KDEDModule
|
||||||
X-KDE-Library=kf5/kded/platformstatus
|
X-KDE-Library=kf5/kded/platformstatus
|
||||||
X-KDE-DBus-ModuleName=plaformstatus
|
X-KDE-DBus-ModuleName=platformstatus
|
||||||
X-KDE-Kded-autoload=true
|
X-KDE-Kded-autoload=true
|
||||||
X-KDE-Kded-load-on-demand=false
|
X-KDE-Kded-load-on-demand=false
|
||||||
Name=Platform Status
|
Name=Platform Status
|
Loading…
x
Reference in New Issue
Block a user