<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 17, 2016 at 2:58 PM, Kai Uwe Broulik <span dir="ltr"><<a href="mailto:kde@privat.broulik.de" target="_blank">kde@privat.broulik.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">And a follow up on your in-line comments:<br>
<span class=""><br>
> action/kdesktop_rmb=false           # Whether the user can right click on a file icon on the desktop # this only works with plasma in "folderview" mode on real files<br>
<br>
</span>Looking at the code this is intentional. It probably just got ported from Plasma 4 without questioning it, would be easily changeable, though. <br>
<span class=""><br>
> action/plasma/containment_actions=false     # Whether the user can right click on the desktop to get any actions<br>
> # this only works when the desktop is locked and only for the panel and the desktop<br>
> # the panel still shows the menu but the menu is dead<br>
<br>
</span>That's a logic error in the code, it bails out when requesting the context menu if the view is immutable *and* containment_actions is blocked.<br>
<span class=""><br>
> plasma/allow_configure_when_locked=false    # Whether an applet already added to the desktop can be configured.<br>
> # this still shows a contextmenu with the configure option on applets in the "panel"<br>
> # those menuentries are dead (this is confusing and should be fixed)<br>
<br>
</span>It means whether to allow configuring a widget when widgets are locked, I'll fix the dead entries. <br>
<span class=""><br>
> action/shell_access=false           # Whether the user can launch a shell # it's still possible to open "konsole" !<br>
<br>
</span>Note thah shell_access also disables the KRunner plug-in that allows running arbitrary she'll commands. As for Konsole, you probably need to restrict access to it using other means, as long as a user can launch arbitrary applications they could also just run xterm which isn't a kde application and bundled with the XServer by default. <br></blockquote><div><br></div><div>Konsole should be blocked. The konsole .desktop file contains:<br>X-KDE-AuthorizeAction=shell_access<br><br></div><div>KService should be checking that. I'll check if it is.<br></div><div><br></div><div>David<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class=""><br>
> plasma-desktop/add_activities=false       # Whether a new activity can be added<br>
> # adding activities is not working but not showing the whole sidepanel would be better<br>
<br>
</span>You still need means of switching activities though? On the other hand the option should probably be hidden if there is just one (the default) activity and you aren't allowed to add new ones; this might be tricky though. You can remove the Activities entry by unchecking it from the "default menu" "Mouse Actions" in the desktop view setting I think.<br>
<br>
Cheers, <br>
<span class=""><font color="#888888">Kai Uwe <br>
</font></span><div class=""><div class="h5"><br>
_______________________________________________<br>
Enterprise mailing list<br>
<a href="mailto:Enterprise@kde.org">Enterprise@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/enterprise" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/enterprise</a><br>
</div></div></blockquote></div><br></div></div>