Skip to content
Commit b9602cad authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

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

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
parent 18461104
Pipeline #264953 passed with stage
in 4 minutes and 49 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment