21

I was browsing a local web page, I copied the address (file:///media/383C4E753C4E2DE6/rar/lua/estacao/003/pessoas.htm), and now I want to paste this path (file:///media/383C4E753C4E2DE6/rar/lua/estacao/) in the "ubuntu explorer" to rapidly access the folder estacao, and copy the folder 003.

I also want to create a shortcut in the folder "document" using the path copied to clipboard.

muru
  • 207,970
rodrigues
  • 211

2 Answers2

35

Press CtrlL. The breadcrumb trail on the File browser will change to an address bar like the one you see in browsers. Paste the location and press Enter. Press CtrlL again to revert to the trail.

muru
  • 207,970
3

I know it's quite old, but this page was the first result when I searched for a way to paste a path in ubuntu explorer. And after finding the shortcut here, I found a way to make this change permanently with the following command in a terminal :

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

Reversing to normal behavior can be done with :

gsettings reset org.gnome.nautilus.preferences always-use-location-entry