Difference between revisions of "Gconftool-2 untuk mengkonfigurasi gnome desktop"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Format secara umum gconftool-2 --set /path/to/setting --type <type> "value" ==Set Background== $ gconftool-2 --get /desktop/gnome/background/picture_filename ==Proxy Automatis== E...) |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
gconftool-2 --set /path/to/setting --type <type> "value" | gconftool-2 --set /path/to/setting --type <type> "value" | ||
+ | |||
+ | |||
+ | ==Melihat Konfigurasi== | ||
+ | |||
+ | $ gconftool-2 -R / | ||
Revision as of 15:20, 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