Changeset 190
- Timestamp:
- May 17, 2009, 8:36:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gnome-theme-xp/change-default-to-xp.sh
r179 r190 4 4 5 5 #for xpconf in $xpconfig; do 6 # /usr/bin/gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "$xpconfig" > /dev/null 2>&16 # /usr/bin/gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "$xpconfig" > /dev/null 2>&1 7 7 #done 8 8 … … 13 13 14 14 #icono 15 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/desktop/gnome/interface/icon_theme" --type string "GnomeXP"15 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/desktop/gnome/interface/icon_theme" --type string "GnomeXP" 16 16 17 17 # Cursor 18 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/desktop/gnome/peripherals/mouse/cursor_theme" --type string "xp"18 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/desktop/gnome/peripherals/mouse/cursor_theme" --type string "xp" 19 19 20 20 21 21 #gtk-theme 22 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/desktop/gnome/interface/gtk_theme" --type string "XPLuna"22 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/desktop/gnome/interface/gtk_theme" --type string "XPLuna" 23 23 # Meacity Theme 24 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/metacity/general/theme" --type string "XPLuna"24 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/metacity/general/theme" --type string "XPLuna" 25 25 26 26 27 27 # one workplace 28 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/metacity/general/num_workspaces" --type int 128 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/metacity/general/num_workspaces" --type int 1 29 29 30 30 # Desktop Icons 31 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/computer_icon_visible" --type bool TRUE32 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/computer_icon_name" --type string "Mi Compu"33 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/home_icon_visible" --type bool TRUE34 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/home_icon_name" --type string "Mis Documentos"35 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/network_icon_visible" --type bool TRUE36 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/network_icon_name" --type string "La red"37 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/trash_icon_visible" --type bool TRUE38 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/trash_icon_name" --type string "Basura"39 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/nautilus/desktop/volumes_visible" --type bool FALSE31 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/computer_icon_visible" --type bool TRUE 32 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/computer_icon_name" --type string "Mi Compu" 33 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/home_icon_visible" --type bool TRUE 34 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/home_icon_name" --type string "Mis Documentos" 35 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/network_icon_visible" --type bool TRUE 36 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/network_icon_name" --type string "La red" 37 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/trash_icon_visible" --type bool TRUE 38 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/trash_icon_name" --type string "Basura" 39 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/volumes_visible" --type bool FALSE 40 40 41 41 # Splash Screen 42 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/gnome-session/options/show_splash_screen" --type bool TRUE43 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/gnome-session/options/splash_image" --type string "/usr/share/themes/XPLuna/windowslogin.png"42 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/gnome-session/options/show_splash_screen" --type bool TRUE 43 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/gnome-session/options/splash_image" --type string "/usr/share/themes/XPLuna/windowslogin.png" 44 44 45 45 46 46 # background 47 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/desktop/gnome/background/picture_filename" --type string "/usr/share/themes/XPLuna/Bliss_XP.jpg"48 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/desktop/gnome/background/picture_options" --type string "stretched"47 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/desktop/gnome/background/picture_filename" --type string "/usr/share/themes/XPLuna/Bliss_XP.jpg" 48 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/desktop/gnome/background/picture_options" --type string "stretched" 49 49 50 50 ## Panel Stuff 51 51 # Create New Panel 52 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/animation_speed" --type string "medium"53 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/auto_hide" --type bool FALSE54 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/auto_hide_size" --type int 655 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/enable_animations" --type bool TRUE56 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/enable_arrows" --type bool TRUE57 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/enable_buttons" --type bool FALSE58 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/expand" --type bool TRUE59 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/hide_delay" --type int 50060 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/monitor" --type int 061 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/name" --type string "bottom_panel_0"62 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/orientation" --type string "bottom"63 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/screen" --type int 064 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/size" --type int 3265 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/unhide_delay" --type int 50066 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/x" --type int 067 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/x_centered" --type bool FALSE68 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/x_right" --type int69 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/y" --type int 070 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/y_bottom" --type int71 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/y_centered" --type bool FALSE72 73 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/background/color" --type string "#ffffff"74 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/background/fit" --type bool FALSE75 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/background/image" --type string ""76 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/background/opacity" --type int 600077 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/background/rotate" --type bool FALSE78 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/background/stretch" --type bool FALSE79 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/toplevels/bottom_panel_0/background/type" --type string "gtk"52 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/animation_speed" --type string "medium" 53 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/auto_hide" --type bool FALSE 54 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/auto_hide_size" --type int 6 55 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/enable_animations" --type bool TRUE 56 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/enable_arrows" --type bool TRUE 57 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/enable_buttons" --type bool FALSE 58 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/expand" --type bool TRUE 59 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/hide_delay" --type int 500 60 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/monitor" --type int 0 61 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/name" --type string "bottom_panel_0" 62 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/orientation" --type string "bottom" 63 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/screen" --type int 0 64 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/size" --type int 32 65 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/unhide_delay" --type int 500 66 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/x" --type int 0 67 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/x_centered" --type bool FALSE 68 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/x_right" --type int 69 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/y" --type int 0 70 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/y_bottom" --type int 71 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/y_centered" --type bool FALSE 72 73 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/background/color" --type string "#ffffff" 74 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/background/fit" --type bool FALSE 75 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/background/image" --type string "" 76 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/background/opacity" --type int 6000 77 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/background/rotate" --type bool FALSE 78 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/background/stretch" --type bool FALSE 79 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/toplevels/bottom_panel_0/background/type" --type string "gtk" 80 80 81 81 # Start Menu 82 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/action_type" --type string "lock"83 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/attached_toplevel_id" --type string ""84 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/bonobo_iid" --type string ""85 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/custom_icon" --type string "/usr/share/themes/XPLuna/start.png"86 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/launcher_location" --type string ""87 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/locked" --type bool TRUE88 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/menu_path" --type string "applications:/"89 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/object_type" --type string "menu-object"90 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/panel_right_stick" --type bool FALSE91 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/position" --type int 092 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/tooltip" --type string "Main Menu"93 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/toplevel_id" --type string "bottom_panel_0"94 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/use_custom_icon" --type bool TRUE95 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/objects/object_0/use_menu_path" --type bool FALSE82 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/action_type" --type string "lock" 83 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/attached_toplevel_id" --type string "" 84 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/bonobo_iid" --type string "" 85 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/custom_icon" --type string "/usr/share/themes/XPLuna/start.png" 86 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/launcher_location" --type string "" 87 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/locked" --type bool TRUE 88 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/menu_path" --type string "applications:/" 89 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/object_type" --type string "menu-object" 90 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/panel_right_stick" --type bool FALSE 91 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/position" --type int 0 92 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/tooltip" --type string "Main Menu" 93 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/toplevel_id" --type string "bottom_panel_0" 94 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/use_custom_icon" --type bool TRUE 95 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_0/use_menu_path" --type bool FALSE 96 96 97 97 # Show Desktop 98 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/action_type" --type string "lock" 99 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/attached_toplevel_id" --type string "" 100 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/bonobo_iid" --type string "OAFIID:GNOME_ShowDesktopApplet" 101 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/custom_icon" --type string "" 102 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/launcher_location" --type string "" 103 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/locked" --type bool TRUE 104 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/menu_path" --type string "applications:/" 105 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/object_type" --type string "bonobo-applet" 106 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/panel_right_stick" --type bool FALSE 107 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/position" --type int 1 108 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/tooltip" --type string "" 109 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/toplevel_id" --type string "bottom_panel_0" 110 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/use_custom_icon" --type bool FALSE 111 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/panel/applets/applet_0/use_menu_path" --type bool FALSE 98 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/action_type" --type string "lock" 99 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/attached_toplevel_id" --type string "" 100 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/bonobo_iid" --type string "OAFIID:GNOME_ShowDesktopApplet" 101 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/custom_icon" --type string "" 102 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/launcher_location" --type string "" 103 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/locked" --type bool TRUE 104 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/menu_path" --type string "applications:/" 105 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/object_type" --type string "bonobo-applet" 106 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/panel_right_stick" --type bool FALSE 107 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/position" --type int 2 108 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/tooltip" --type string "" 109 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/toplevel_id" --type string "bottom_panel_0" 110 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/use_custom_icon" --type bool FALSE 111 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_0/use_menu_path" --type bool FALSE 112 113 # icedove 114 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/action_type" --type string "lock" 115 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/attached_toplevel_id" --type string "" 116 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/bonobo_iid" --type string "" 117 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/custom_icon" --type string "" 118 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/launcher_location" --type string "/usr/share/applications/icedove.desktop" 119 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/locked" --type bool TRUE 120 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/menu_path" --type string "applications:/" 121 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/object_type" --type string "launcher-object" 122 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/panel_right_stick" --type bool FALSE 123 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/position" --type int 1 124 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/tooltip" --type string "" 125 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/toplevel_id" --type string "bottom_panel_0" 126 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/use_custom_icon" --type bool FALSE 127 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/objects/object_1/use_menu_path" --type bool FALSE 112 128 113 129 # Window Switcher 114 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/action_type" --type string "lock"115 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/attached_toplevel_id" --type string ""116 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/bonobo_iid" --type string "OAFIID:GNOME_WindowListApplet"117 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/custom_icon" --type string ""118 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/launcher_location" --type string ""119 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/locked" --type bool TRUE120 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/menu_path" --type string "applications:/"121 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/object_type" --type string "bonobo-applet"122 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/panel_right_stick" --type bool FALSE123 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory --set "/apps/panel/applets/applet_1/position" --type int 2124 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/tooltip" --type string ""125 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/toplevel_id" --type string "bottom_panel_0"126 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/use_custom_icon" --type bool FALSE127 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/use_menu_path" --type bool FALSE128 129 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/prefs/display_all_workspaces" --type bool FALSE130 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/prefs/group_windows" --type string "never"131 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/prefs/maximum_size" --type int 4096132 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/prefs/minimum_size" --type int 50133 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_1/prefs/move_unminimized_windows" --type bool TRUE130 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/action_type" --type string "lock" 131 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/attached_toplevel_id" --type string "" 132 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/bonobo_iid" --type string "OAFIID:GNOME_WindowListApplet" 133 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/custom_icon" --type string "" 134 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/launcher_location" --type string "" 135 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/locked" --type bool TRUE 136 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/menu_path" --type string "applications:/" 137 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/object_type" --type string "bonobo-applet" 138 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/panel_right_stick" --type bool FALSE 139 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/position" --type int 3 140 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/tooltip" --type string "" 141 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/toplevel_id" --type string "bottom_panel_0" 142 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/use_custom_icon" --type bool FALSE 143 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/use_menu_path" --type bool FALSE 144 145 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/prefs/display_all_workspaces" --type bool FALSE 146 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/prefs/group_windows" --type string "never" 147 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/prefs/maximum_size" --type int 4096 148 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/prefs/minimum_size" --type int 50 149 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_1/prefs/move_unminimized_windows" --type bool TRUE 134 150 135 151 # Notification Area 136 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/action_type" --type string "lock"137 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/attached_toplevel_id" --type string ""138 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/bonobo_iid" --type string "OAFIID:GNOME_NotificationAreaApplet"139 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/custom_icon" --type string ""140 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/launcher_location" --type string ""141 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/locked" --type bool TRUE142 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/menu_path" --type string "applications:/"143 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/object_type" --type string "bonobo-applet"144 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/panel_right_stick" --type bool TRUE145 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory --set "/apps/panel/applets/applet_2/position" --type int 3146 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/tooltip" --type string ""147 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/toplevel_id" --type string "bottom_panel_0"148 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/use_custom_icon" --type bool FALSE149 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_2/use_menu_path" --type bool FALSE152 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/action_type" --type string "lock" 153 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/attached_toplevel_id" --type string "" 154 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/bonobo_iid" --type string "OAFIID:GNOME_NotificationAreaApplet" 155 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/custom_icon" --type string "" 156 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/launcher_location" --type string "" 157 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/locked" --type bool TRUE 158 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/menu_path" --type string "applications:/" 159 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/object_type" --type string "bonobo-applet" 160 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/panel_right_stick" --type bool TRUE 161 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/position" --type int 4 162 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/tooltip" --type string "" 163 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/toplevel_id" --type string "bottom_panel_0" 164 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/use_custom_icon" --type bool FALSE 165 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_2/use_menu_path" --type bool FALSE 150 166 151 167 # Volume Control 152 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/action_type" --type string "lock"153 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/attached_toplevel_id" --type string ""154 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/bonobo_iid" --type string "OAFIID:GNOME_MixerApplet"155 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/custom_icon" --type string ""156 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/launcher_location" --type string ""157 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/locked" --type bool TRUE158 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/menu_path" --type string "applications:/"159 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/object_type" --type string "bonobo-applet"160 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/panel_right_stick" --type bool TRUE161 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/position" --type int 2162 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/tooltip" --type string ""163 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/toplevel_id" --type string "bottom_panel_0"164 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/use_custom_icon" --type bool FALSE165 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_3/use_menu_path" --type bool FALSE168 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/action_type" --type string "lock" 169 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/attached_toplevel_id" --type string "" 170 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/bonobo_iid" --type string "OAFIID:GNOME_MixerApplet" 171 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/custom_icon" --type string "" 172 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/launcher_location" --type string "" 173 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/locked" --type bool TRUE 174 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/menu_path" --type string "applications:/" 175 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/object_type" --type string "bonobo-applet" 176 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/panel_right_stick" --type bool TRUE 177 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/position" --type int 2 178 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/tooltip" --type string "" 179 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/toplevel_id" --type string "bottom_panel_0" 180 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/use_custom_icon" --type bool FALSE 181 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_3/use_menu_path" --type bool FALSE 166 182 167 183 # Clock 168 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/action_type" --type string "lock"169 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/attached_toplevel_id" --type string ""170 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/bonobo_iid" --type string "OAFIID:GNOME_ClockApplet"171 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/custom_icon" --type string ""172 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/launcher_location" --type string ""173 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/locked" --type bool TRUE174 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/menu_path" --type string "applications:/"175 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/object_type" --type string "bonobo-applet"176 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/panel_right_stick" --type bool TRUE177 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/toplevel_id" --type string "bottom_panel_0"178 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/use_custom_icon" --type bool FALSE179 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/use_menu_path" --type bool FALSE180 181 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/config_tool" --type string ""182 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/custom_format" --type string ""183 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/expand_appointments" --type bool TRUE184 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/expand_birthdays" --type bool TRUE185 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/expand_tasks" --type bool FALSE186 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/expand_weather" --type bool FALSE187 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/format" --type string "24-hour"188 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/gmt_time" --type bool FALSE189 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/hour_format" --type string "12"190 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/internet_time" --type bool FALSE191 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/show_date" --type bool FALSE192 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/show_seconds" --type bool FALSE193 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/show_timezones" --type bool FALSE194 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/show_tooltip" --type bool TRUE195 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/show_week_numbers" --type bool TRUE196 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/unix_time" --type bool FALSE197 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/applets/applet_4/prefs/timezones/tz_id_list" --type list --list-type string "[]"184 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/action_type" --type string "lock" 185 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/attached_toplevel_id" --type string "" 186 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/bonobo_iid" --type string "OAFIID:GNOME_ClockApplet" 187 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/custom_icon" --type string "" 188 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/launcher_location" --type string "" 189 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/locked" --type bool TRUE 190 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/menu_path" --type string "applications:/" 191 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/object_type" --type string "bonobo-applet" 192 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/panel_right_stick" --type bool TRUE 193 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/toplevel_id" --type string "bottom_panel_0" 194 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/use_custom_icon" --type bool FALSE 195 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/use_menu_path" --type bool FALSE 196 197 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/config_tool" --type string "" 198 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/custom_format" --type string "" 199 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/expand_appointments" --type bool TRUE 200 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/expand_birthdays" --type bool TRUE 201 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/expand_tasks" --type bool FALSE 202 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/expand_weather" --type bool FALSE 203 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/format" --type string "24-hour" 204 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/gmt_time" --type bool FALSE 205 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/hour_format" --type string "12" 206 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/internet_time" --type bool FALSE 207 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/show_date" --type bool FALSE 208 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/show_seconds" --type bool FALSE 209 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/show_timezones" --type bool FALSE 210 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/show_tooltip" --type bool TRUE 211 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/show_week_numbers" --type bool TRUE 212 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/unix_time" --type bool FALSE 213 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/applets/applet_4/prefs/timezones/tz_id_list" --type list --list-type string "[]" 198 214 199 215 # Add Panels Items 200 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/general/applet_id_list" --type list --list-type string "[applet_0,applet_1,applet_2,applet_3,applet_4]"201 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory --set "/apps/panel/general/object_id_list" --type list --list-type string "[object_0]"202 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml. mandatory--set "/apps/panel/general/toplevel_id_list" --type list --list-type string "[bottom_panel_0]"216 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/general/applet_id_list" --type list --list-type string "[applet_0,applet_1,applet_2,applet_3,applet_4]" 217 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/general/object_id_list" --type list --list-type string "[object_0,object_1]" 218 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/panel/general/toplevel_id_list" --type list --list-type string "[bottom_panel_0]"
Note: See TracChangeset
for help on using the changeset viewer.