9

In the File Manager (Xubuntu 12.04), I can see some default folders which I don't need (like Videos, Music, ...). Is it safe to remove them or might programs not work properly afterwards (like on Mac OS X where I tried that once)?

I found this thread on Ubuntu Forums How to permanently delete folders "Music, Videos, Documents,...." (through Nautilus) . Is this the way one should remove these folders?

Zanna
  • 72,312
mathlete
  • 1,709

1 Answers1

12

Yes. See post #7 in your link.

Backup the config file (optional):

cp ~/.config/user-dirs.dirs ~/.config/user-dirs.dirs.bak

Edit the file by commenting out unnecessary entries:

vim ~/.config/user-dirs.dirs

Run update command:

xdg-user-dirs-update

DO NOT REMOVE XDG_DESKTOP_DIR

Richard
  • 8,588