Difference between revisions of "Gconftool-2 untuk mengkonfigurasi gnome desktop"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 25: | Line 25: | ||
gconftool-2 –set “/system/http_proxy/use_http_proxy” –type bool “false” | gconftool-2 –set “/system/http_proxy/use_http_proxy” –type bool “false” | ||
fi | fi | ||
+ | |||
+ | |||
+ | ==Set Nautilus File Browser== | ||
+ | |||
+ | $ gconftool-2 --set "/apps/nautilus/preferences/always_use_browser" --type bool TRUE | ||
+ | $ gconftool-2 --set "/apps/nautilus/preferences/click_policy" --type string "single" | ||
Revision as of 15:21, 1 August 2009
Format secara umum
gconftool-2 --set /path/to/setting --type <type> "value"
Melihat Konfigurasi
$ gconftool-2 -R /
Set Background
$ gconftool-2 --get /desktop/gnome/background/picture_filename
Proxy Automatis
Edit file ~/.xprofile
# Set the proxy if /sbin/ifconfig eth0 | grep -q 10.66.6.17 then gconftool-2 –set “/system/http_proxy/use_http_proxy” –type bool “true” else gconftool-2 –set “/system/http_proxy/use_http_proxy” –type bool “false” fi
Set Nautilus File Browser
$ gconftool-2 --set "/apps/nautilus/preferences/always_use_browser" --type bool TRUE $ gconftool-2 --set "/apps/nautilus/preferences/click_policy" --type string "single"