GconfTool-2 Always open in browser window

If it doesn't fit in another category, ask it here.
Post Reply
techfour
Posts: 3
Joined: 2014/02/17 15:47:02

GconfTool-2 Always open in browser window

Post by techfour » 2014/03/07 16:34:26

How can I enable this Edit->Preferences->Behavior and then select (check) Always open in browser windows setting with gconftool-2 ??

I tried the following commands and none of them are putting a check mark on the "Always open in browser window"

gconftool-2 --config-source=/home/user1/.gconf/apps/nautilus/preferences/always_use_browser true
gconftool-2 --config-source=xml::/etc/gconf -t bool -s /apps/nautilus/preferences/always_use_browser true
gconftool-2 --config-source=xml::/home/user1/.gconf -t bool -s /apps/nautilus/preferences/always_use_browser true
gconftool-2 --config-source=xml::/home/user1/.gconf --recursive-list / | grep browser
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults/ --type boolean --set /apps/nautilus/preferences/always_use_browser true

I need to do this on hundreds of Centos servers.

Thanks in advanced.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: GconfTool-2 Always open in browser window

Post by gerald_clark » 2014/03/07 16:55:38

Gconftool is not a CentOS program. Where did you get it?
Oops. I searched for gconftool instead of gconftool-2..
Gconftool-2 is in base.

Post Reply