In Nautilus (18.04) I have Recent, Home, Desktop, Documents,, Downloads ... links on the left pane.
I never use music, Pictures and Videos. I wonder if it is possible to remove those links, and if it is possible to set something else instead.
I have to go a lot to /opt/lampp/htdocs. It would be nice to have a link sites instead of videos.
Is it possible, and how do I do that?
Removing these links is easy, and has been answered here.
Among the many answers there, the cleanest approach may be to
#
before each line. This way, you can restore the previous state easily if you change your mind.enabled=false
. You can actually do this in a very quick way with a single command:echo "enabled=false" > ~/.config/user-dirs.conf
Alternatively, set each entry to "$HOME" to have the bookmarks disappear.
I did not succeed in adding custom links to these "special folders". However, for practical purposes, regular bookmarks, that appear in the section below the special folders, work equally well. For example, to add a bookmark to
/opt/lampp/htdocs
, navigate to that folder and press Ctrl+d to add the folder as a bookmark. It immediately appears in the left pane in the bookmark section. Right-click the bookmark and select Remove to remove it again.