Wednesday, October 27, 2010

How to display location bar in Ubuntu 10

When I switched from Ubuntu 9.xx to Ubuntu 10.04, I was missing the location bar in the file browser.

By default it is not active. We can activate it by using the command:
$ gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry true


In order to rollback the changes, use this :
$ gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry false

No comments: