7

I don't use the Music, Documents, Pictures, Video, and Trash folders often enough to warrant them an honorary place on the sidebar of Ubuntu's 13.04 default file manager "Files".

enter image description here

I would like to remove them, but the "Remove" item on the context menu is grayed out. Since Linux distros tend to be configurable I'm guessing there is a way around this.

The Gear menu doesn't seem to have any options to do this:

enter image description here

The Bookmarks menu looked helpful, but it still made no changes.

enter image description here

enter image description here

(This is after I removed all the Bookmarks I wasn't interested in.)

I have also tried the suggestion from this answer and commented out lines I don't want from user-dirs.dirs, but still no luck:

$ vim ~/.config/user-dirs.dirs
<edits>
$ xdg-user-dirs-gtk-update

How do you remove these default items from the sidebar?

2 Answers2

8

The answer to this question is covered here.

You need to change the variables in .config/user-dirs.dirs to point to $HOME like this:

XDG_VIDEOS_DIR="$HOME"
0

Go to Bookmarks > Edit Bookmakrs... You will find further options to remove or edit given bookmarks(i.e Documents, Music, Videos etc.).

enter image description here

My image represents Ubuntu 12.04.3. In your Ubuntu, if you don't find Bookmarks menu, check if it's there under Gear icon (Top right).