files – Why Default ‘Places’ Can’t Be Deleted in Ubuntu 13.04

13.04files

I want to delete the default places in the files application and the word "remove" is there but it won't let me click on it.

I'm trying to get the default music, desktop etc. folders to point to my other hard drive with those files on it.

Best Answer

Paths to Places are set in ~/.config/user-dirs.dirs. Edit that file (Alt+F2 and type gedit ~/.config/user-dirs.dirs) and change the path according your needs. For example:

To change the default Music folder to /media/MyOtherHardDrive/Music replace the XDG_MUSIC_DIR variable:

XDG_MUSIC_DIR="/media/MyOtherHardDrive/Music"
Related Question