From LedHed's Wiki
Line 21: | Line 21: | ||
--config-source xml:readwrite:/etc/opt/gnome/gconf/gconf.xml.mandatory \ | --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 | --type string --set /desktop/gnome/background/picture_filename /usr/share/wallpapers/default-1600x1200.jpg | ||
+ | |||
== Disable Command Line & Run App == | == 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 | + | 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 == | == 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 | + | gconftool-2 --direct \ |
+ | --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ | ||
+ | --type bool --set /apps/panel/global/disable_force_quit true | ||
+ | |||
== Disable Logout == | == Disable Logout == | ||
− | gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set | + | 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 == | == Enable Panel Lockdown == | ||
− | gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/panel/global/locked_down true | + | gconftool-2 --direct \ |
+ | --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ | ||
+ | --type bool --set /apps/panel/global/locked_down true | ||
+ | |||
== Set Global Background == | == 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/ | + | gconftool-2 --direct \ |
+ | --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ | ||
+ | --type string --set /desktop/gnome/background/picture_filename /usr/share/backgrounds/SomePicture.png | ||
== Disable Save to Disk == | == 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 | + | 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 == | == 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 | + | 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 == | == 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 | + | 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 == | == 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 | + | 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 == | == 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 | + | 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 == | == 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 | + | gconftool-2 --direct \ |
+ | --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ | ||
+ | --type string --set /apps/gnome-screensaver/mode blank-only | ||
+ | |||
== Disable ScreenSaver Lock == | == Disable ScreenSaver Lock == | ||
− | gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /apps/gnome-screensaver/lock_enabled false | + | 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 == | == 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 | + | gconftool-2 --direct \ |
+ | --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ | ||
+ | --type string --set /apps/gnome-screensaver/power_management_delay 30 | ||
Revision as of 04:09, 5 June 2010
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/SomePicture.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