Skip to content

kcms/runners: Fix org.kde.kconfig.notify DBus signal getting wrong plugin id

Alexander Lohnau requested to merge work/alex/pluginid_krunner into master

Because we do not have metadata in most KCMs, we use the metadata from the plugin. If we do not explicitly define a pluginId, it gets derived from the filename. Meaning the pluginId of the KCM is different from the pluginId of the runner.

However, when the RunnerManager receives this signal, it looks matches the runner pluginId and the pluginId of the KCM.

BUG: 461422

Merge request reports