https://bugs.kde.org/show_bug.cgi?id=509984
--- Comment #2 from [email protected] <[email protected]> --- (In reply to Nicolas Fella from comment #1) > kcm_wallpaper=false (without the .desktop) works for the systemsettings case I didn't think to try removing ".desktop" - thanks. I just checked now. I regenerated all my restrictions using the following: $ kcmshell6 --list | grep kcm | cut -d" " -f1 | while read mod; do echo "${mod}.desktop=false"; echo "${mod}=false"; done Now I see most of the system settings empty accept for "Driver Manager"; perhaps this one isn't included in the kcmshell list? Also right clicking on the desktop still shows the "Desktop and Wallpaper" option. -- You are receiving this mail because: You are watching all bug changes.
