Skip to content

Stop faking an exec line for KCMs at runtime

Ismael Asensio requested to merge work/iasensio/systemsettings-executable into master

For Type=Service we knew that only KDE stuff using KService would be accessing it, that's why we could at runtime generate the exec.

Since KServiceType is going away, we settled for autogenerating the exec line at buildtime and installing a desktop file with Type=Application

Edited by Ismael Asensio

Merge request reports