kioskFluxbox

Differences between revisions 3 and 4
Revision 3 as of 2007-12-11 15:51:25
Size: 903
Editor: host-78-12-64-41
Comment:
Revision 4 as of 2007-12-12 08:16:39
Size: 906
Editor: host-62-10-55-96
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
== Use pessulus for other lockdown options" == Use pessulus for other lockdown options" ==

Here are some steps to be performed in order to lockdown a gnome ubuntu desktop

Hide filesystem to nautilus

  • Open a terminal and execut "ls -1 / | sudo tee /.hidden" Do "sudo chmod a+r .hidden"

Disable CTRL+ALT+BACKSPACE adding the following to xorg.conf

Disable all shortcuts

  • gnome-keybinding-properties

Disable log-out, swtich user, etc..

  • gconf-editor -> apps -> gnome-session -> logout-prompt

Disable "create laucher" from options when right clicking on desktop

  • Modify /usr/share/nautilus/ui/nautilus-desktop-icon-view-ui.xml and add hidden="true" to line:

    <menuitem name="New Launcher" action="New Launcher Desktop"/> in this way:

    <menuitem name="New Launcher" action="New Launcher Desktop" hidden="true"/>

Use pessulus for other lockdown options"

kioskFluxbox (last edited 2009-12-10 21:07:15 by a91-152-167-106)