Skip to content

Runners KCM: Send DBus signal when config has changed

Alexander Lohnau requested to merge (removed):kconfig_notify_dbus_event into master

With this patch a DBus signal is send, which mimics a KConfigWatcher event. The notify flag can't be used, because the state of the plugins is saved in the KPluginSelector/KPluginInfo classes.

With this BUG 421426 and the reloading of the runner configs can be easily fixed by implementing a config watcher in the RunnerManager (~ 20 lines).

Alternatively we could just write/delete an entry with a notify flag, but this approach seemed a bit hacky.

Edited by Alexander Lohnau

Merge request reports