To permanently enable it on the nautilus window of Ubuntu18.04, use the following command:
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
But, I still have a question that on the older versions of Ubuntu, one can easily enable the path visibility/editing feature from the browser 'upload' window and easily change the path by pasting the path. Is there any way to do so directly in the new OS?
I guess you are looking for Ctrl+L. When you are in the file-browser, just press Ctrl+L and the path appears at the top.
Right click on the directory then properties and you can see it under "Parent folder:"
I created an extension for this. You can copy path and name:
https://github.com/chr314/nautilus-copy-path
To permanently enable it on the nautilus window of Ubuntu18.04, use the following command:
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
But, I still have a question that on the older versions of Ubuntu, one can easily enable the path visibility/editing feature from the browser 'upload' window and easily change the path by pasting the path. Is there any way to do so directly in the new OS?
Thank you.