Summary: | Unable to disable various settings panels | ||
---|---|---|---|
Product: | [Plasma] kiosk | Reporter: | blairuk <blairuk> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | nicolas.fella |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
blairuk@gmail.com
2025-09-27 07:54:20 UTC
kcm_wallpaper=false (without the .desktop) works for the systemsettings case (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. A possibly relevant merge request was started @ https://invent.kde.org/plasma/systemsettings/-/merge_requests/374 > Now I see most of the system settings empty accept for "Driver Manager"; perhaps this one isn't included in the kcmshell list? That module is special. Fixed with https://invent.kde.org/plasma/systemsettings/-/merge_requests/374 A possibly relevant merge request was started @ https://invent.kde.org/documentation/develop-kde-org/-/merge_requests/681 > Also right clicking on the desktop still shows the "Desktop and Wallpaper" option.
That one is kind of expected since "KDE Control Module Restrictions" is only really designed to affect systemsettings. In this case it's effectively the same functionality though, so I understand your expectation here
Thanks for all your help here. Git commit 0ac4cc970f5100170f036ddc88baaa39e1309391 by Nicolas Fella. Committed on 27/09/2025 at 16:03. Pushed by thiagosueto into branch 'master'. Fix KCM instructions in Kiosk tutorial Entries are specified without .desktop suffix M +2 -2 content/docs/administration/kiosk/introduction.md https://invent.kde.org/documentation/develop-kde-org/-/commit/0ac4cc970f5100170f036ddc88baaa39e1309391 |