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

killrunner: Do not define plugin id with a space

This way we no longer crash in kcmutils, because a space is an invalid character for the
DBus registration. While it is fixed in kcmutils 397763b0189f8a61c340e30959391f169ecfa0d, this commit
has not landed in the latest frameworks release.

The only issue is that the plugin would be re-enabled in case it was disabled by the user, because the plugin id is different.
However this runner is not aggressive in the amount of matches it displays, I do not consider this a big issue.

The new plugin Id gets derived from the filename.

BUG: 448156


(cherry picked from commit 04227abd)
parent 60a5a14e
Pipeline #125734 failed with stage
in 34 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