Skip to content

libtaskmanager: avoid superfluous config loading/reloading

David Edmundson requested to merge work/config_watcher into master

We only ever use entries we expect in the klaunchrc file, there's no reason to process kdeglobals. Worst because we have the config watcher we would reload if any kdeglobal setting was signalled to have changed.

Merge request reports