Skip to content

Ignore whitelist when loading runners

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

As discussed in !2 (merged) the KCM should be the single source of truth for the enabled/disabled status of the plugins.

To accomplish this the whitelist feature has been removed and the method to set the whitelisted runners has been marked as deprecated.

Test Plan:
Edit the ~/.config/krunnerrc file and add the line pluginWhiteList=calculator to the PlasmaRunnerManager group. With this patch you should be able to use all plugins. Without this patch just the calculator.

Edited by Alexander Lohnau

Merge request reports