https://bugs.kde.org/show_bug.cgi?id=510472
Sebastian Sauer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #6 from Sebastian Sauer <[email protected]> --- > disable features that won't work in a single-application wayland environment > (like opening file Manager or URL). Did try and this already works as described at: https://develop.kde.org/docs/administration/kiosk/keys/ Reference for available actions: https://invent.kde.org/utilities/konsole/-/blob/master/desktop/konsoleui.rc?ref_type=heads https://invent.kde.org/utilities/konsole/-/blob/master/desktop/partui.rc?ref_type=heads https://invent.kde.org/utilities/konsole/-/blob/master/desktop/sessionui.rc?ref_type=heads For testing adjust for example your $HOME/.config/konsolerc and: To disable specific actions like "Open Folder With", the websearch, etc use something like: ``` [KDE Action Restrictions][$i] action/openwith=false action/web-search=false action/open-browser=false action/switch-profile=false action/edit-current-profile=false action/allow-mouse-tracking=false ``` To just disable all actions: ``` action/file=false action/edit=false action/view=false action/bookmark=false action/plugins=false action/settings=false action/help=false action/session-popup-menu=false ``` So marking the bug resolved then or is there something else left or am I missing something? -- You are receiving this mail because: You are watching all bug changes.
