kioskFluxbox

Differences between revisions 8 and 9
Revision 8 as of 2008-08-06 16:23:42
Size: 1513
Editor: localhost
Comment: converted to 1.6 markup
Revision 9 as of 2009-12-10 19:46:08
Size: 1549
Editor: a91-152-167-106
Comment: ## page was copied from kioskGnome
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from kioskGnome

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"

Disable mouse right click

Modify file /etc/X11/corg.conf and after line:

Option "Emulate3Buttons" "true"

add the following line:

Option "Button Mapping" "1 1 1"

Firefox

Install 'public fox' extension to lock down firefox

Keyboard

add Option "XkbOptions" "ctrl:nocaps,compose:menu" to xorg.conf under

Section "InputDevice"

  • Identifier "Generic Keyboard"

in order to disable "context-menu" and caps-lock keys.

Desktop

Delete any directory from desktop


CategoryLookMergeDelete

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