![]() |
Press Ctl and while holding it down, press "ctrl" + "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).
like:
like:
>> gsettings set org.gnome.nautilus.preferences always-use-location-entry false
or
>> dconf write /org/gnome/nautilus/preferences/always-use-location-entry false
Add “New Document” option back through the Command Line
ReplyDeleteDoing the same thing through the command line is even simpler. Let us assume that you have not enabled the right-click New Document option through the UI yet.
Open the Ubuntu command line, the Terminal, either through the system Dash or the Ctrl+Alt+T shortcut.
Then enter the following command in order to create an empty file by the name of Untitled Document in your Templates folder:
$ touch ~/Templates/"Untitled Document"
Once you do so, a right-click menu option will be created by the name of New Document through which you can open this empty text file named Untitled Document.