By default, Nautilus use/show the path bar:
Using Ubuntu Tweak I managed to set by default the address bar:
Is it possible to set both of them as default (show both: the buttons and the text input)?
Note: I know that I can use Ctrl+L to switch between them, so I'm not interested about this.
Whilst I don't know if at all possible in Nautilus, I beleive Thunar may serve your wishes. It shows the button bar by default, but pressing Ctrl+L will result in the text bar popping out as shown below, allowing you to copy/paste or change directory by typing. When you press enter it goes away and you have the button bar. You have the best of both worlds.
In my opinion Thunar is "quicker" than nautilus but have no figures to back this up. It has an incredibly simple look and interface which I prefer.
No, it is not possible to do so.
The reasoning of "is it really not possible to do so" might be uninteresting, but I can say something about why it isn't, and probably shouldn't be, possible.
Fair warning: the answer is wordy. Its lengthy, but I believe its sensible. While I highly recommend that you do read on, feel free to not read on.
The design of nautilus: Having an option to display both would require disproportionate vertical widening of the icons area, as now there would be two lines required to display the pathbar as well as address bar. But then other buttons on the right would have slack space above and below them, unless they readjust themselves, which is again a big design question by itself.
The aesthetics of nautilus: Having both pathbar and address bar would be awfully ugly to see.
Most people, and I mean barring a handful of exceptions like you and me, people have preference for either. Its a clear choice for them. Having an option to "tweak" this would mean cluttering the preferences section of nautilus, again to no avail. In fact, in the recent version, you can see that a lot of configuration and menu options have been removed, or hidden to make the overall experience of the nautilus very very simple.
Wastage of screen real-estate: You would require only either of them at any point. This is true even if you are a person who use both of them multiple times throughout the day. You would want just either of them at any time, and it just makes sense, even from your point of view, to actually press Ctrl + L when you want the access to the other thing. Seeing the unrequired alternative on the screen would clutter the thinking process too.
I don't think it's possible to have both buttons and path at the same time.
On a side note, another way to permanently enable the path instead of buttons is to use dconf, a "low-level key/value database designed for storing desktop environment settings". Install
dconf-tools
and launchdconf-editor
:Then navigate to
org > gnome > nautilus > preferences
and checkalways-use-location-entry
.First install
dconf-tools
After installation open
dconf-editor
go toorg –> gnome –> nautilus –> preferences
and choosealways-use-location-entry
I am not sure whether you prefer only nautilus, but I am writing in a hope that you would like this. You have helped me many times hope I'll return the same at least once.
XFE can display the path bar and address bar in much better way. Here are some images:
I found this file manager so useful and currently I'm sticking to it :)
To install in Ubuntu just execute this command:
There is a one-liner I have used a few times to switch from bread-crumb view to editable text address bar:
For ubuntu Mate:
I have used it on 18.x; 19.x and 20.04.
To switch the default back to bread-crumb view, simply re-run and replace "true" with "false"
A possible solution would be to install
nautilus-terminal
, which embed a terminal in the nautilus window, so you could enter the desired path withcd
.Consider using gnome-commander -- there you have what you are asking for, and a bunch of other things. Find it here.