From LedHed's Wiki
Contents
- 1 Setting the number of workspaces
- 2 Disable DPMS
- 3 Disable Lock Screen
- 4 Set Global Background Image
- 5 Disable Command Line & Run App
- 6 Disable Force Quit
- 7 Disable Logout
- 8 Enable Panel Lockdown
- 9 Set Global Background
- 10 Disable Save to Disk
- 11 Disable Hibernate Password
- 12 Disable Hibernate Lock
- 13 Disable Suspend Password
- 14 Disable Suspend Lock
- 15 Set ScreenSaver to Blank Only
- 16 Disable ScreenSaver Lock
- 17 Set Screen Blank to 30 min Timeout
Setting the number of workspaces
gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type int \ --set /apps/metacity/general/num_workspaces 1
Disable DPMS
gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type int \ --set /apps/gnome-power-manager/timeout/sleep_display_ac 0
Disable Lock Screen
gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean \ --set /desktop/gnome/lockdown/disable_lock_screen True
Set Global Background Image
gconftool-2 --direct \ --config-source xml:readwrite:/etc/opt/gnome/gconf/gconf.xml.mandatory \ --type string --set /desktop/gnome/background/picture_filename /usr/share/wallpapers/default-1600x1200.jpg
Disable Command Line & Run App
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /desktop/gnome/lockdown/disable_command_line true
Disable Force Quit
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/panel/global/disable_force_quit true
Disable Logout
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/panel/global/disable_log_out true
Enable Panel Lockdown
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/panel/global/locked_down true
Set Global Background
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/background/picture_filename /usr/share/backgrounds/PVC-1440x900.png
Disable Save to Disk
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /desktop/gnome/lockdown/disable_save_to_disk true
Disable Hibernate Password
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/gnome-power-manager/lock/gnome_keyring_hibernate false
Disable Hibernate Lock
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/gnome-power-manager/lock/hibernate false
Disable Suspend Password
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/gnome-power-manager/lock/gnome_keyring_suspend false
Disable Suspend Lock
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/gnome-power-manager/lock/suspend false
Set ScreenSaver to Blank Only
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /apps/gnome-screensaver/mode blank-only
Disable ScreenSaver Lock
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /apps/gnome-screensaver/lock_enabled false
Set Screen Blank to 30 min Timeout
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /apps/gnome-screensaver/power_management_delay 30