Start up gconf-editor to browse Gnome’s gconf like a windows registry. Check out everything under “apps” and “desktop”. Almost anything you might want to do to customize Gnome is probably found in here.

gconftool-2 -t bool -s /apps/nautilus/desktop/computer_icon_visible false gconftool-2 -t bool -s /apps/nautilus/desktop/home_icon_visible false
gconftool-2 /desktop/gnome/applications/background/picture_filename "/pic.jpg"
gconftool-2 -t bool -s /desktop/gnome/volume_manager/automount_drives false
gconftool-2 -t string -s /desktop/gnome/applications/terminal/exec "mrxvt"
gconftool-2 -t string -s /apps/panel/objects/app/action_type "lock" gconftool-2 -t string -s /apps/panel/objects/app/attached_toplevel_id "" gconftool-2 -t string -s /apps/panel/objects/app/bonobo_iid "" gconftool-2 -t string -s /apps/panel/objects/app/custom_icon "" gconftool-2 -t string -s /apps/panel/objects/app/launcher_location "app.desktop" gconftool-2 -t bool -s /apps/panel/objects/app/locked false gconftool-2 -t string -s /apps/panel/objects/app/menu_path "applications:/" gconftool-2 -t string -s /apps/panel/objects/app/object_type "launcher-object" gconftool-2 -t bool -s /apps/panel/objects/app/panel_right_stick false gconftool-2 -t int -s /apps/panel/objects/app/position 33 gconftool-2 -t string -s /apps/panel/objects/app/toplevel_id "top_panel" gconftool-2 -t bool -s /apps/panel/objects/app/use_custom_icon false gconftool-2 -t bool -s /apps/panel/objects/app/use_menu_path false
gconftool-2 -t int -s /apps/panel/toplevels/panel_0/x_right "-1"
gconftool-2 -t int -s /apps/panel/toplevels/panel_0/x_right ” -1″
not elegant, but working (add simple “space” before sign “-”)
3:29 pm
I would like to expand the gnome-panel from the commandline I used a command like this :
gconftool-2 –type bool –set /apps/panel/default_setup/toplevels/bottom_panel/expand true
I can find anything wrong with it maybe you can !
Gr.
From The Netherlands