Sunday, October 10, 2010

Ubuntu 10.10 Path To Address Bar In Text Mode.

Maybe I'm old school but I prefer the location bar to display the path in text rather than in buttons. If your like me than just throw the following code into Terminal.

gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry true

The revert back to Display location in button format do.

gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry false

And if you hadn't already done so: Right click add open Terminal in current Directory option.

sudo apt-get install nautilus-open-terminal