56

Unfortunately, Gnome's address bar is not showing the full path in its top bar. How can I change this behavior?

I'm looking for a solution to display a editable text field instead, like in the good old days.

enter image description here

don_crissti
  • 79,330
  • 30
  • 216
  • 245
mate64
  • 1,469
  • 5
  • 16
  • 24

1 Answers1

88

Press Ctl and while holding it down, press L.

To return to the original breadcrumb view, make sure that the editable text area has the focus then press the Esc key.

To make it permanent (i.e. to always use location entry) run:

gsettings set org.gnome.nautilus.preferences always-use-location-entry true

or

dconf write /org/gnome/nautilus/preferences/always-use-location-entry true

Same commands to revert to breadcrumbs (just replace true with false).

don_crissti
  • 79,330
  • 30
  • 216
  • 245
garethTheRed
  • 33,289
  • 4
  • 92
  • 101