I'm using Gnome Shell with Ubuntu 11.04. I'm liking it a lot so far, but the only issue is the fact I can't type a file path into Nautilus; I only get the silly breadcrumb buttons. Can someone point me to a solution on how to revert back to having a nice, normal, useful address bar please?

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

This page explains how to bring back the address bar. In short:

$ gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry true
link|improve this answer
Thank you very much shanyu; saved me a lot of trouble :-) – JamWaffles Jul 29 '11 at 13:23
You're welcome :) – shanyu Jul 29 '11 at 13:29
feedback

I have not figured out a permanent solution myself, but once you have nautilus open, you can do

ctrl + l

you will get access to the address bar, and you can type the full file path in there.

Another option would be to type the following when opening nautilus itself, either through the run command (alt+f2) or from console.

nautilus path/to/folder
link|improve this answer
feedback

I just found this page, the removal of the location bar setting makes me nuts...

http://www.webupd8.org/2010/05/use-text-mode-location-bar-in-nautilus.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.