What are the consequences of deleting any of these?

screenshot

e.g.:

  • How will applications that expect them to be present behave?
  • Where will the items on my desktop go?
link|improve this question

80% accept rate
feedback

3 Answers

up vote 7 down vote accepted

Those folders are "well known" user folders defined by Freedesktop (check here: http://freedesktop.org/wiki/Software/xdg-user-dirs).

In Ubuntu 10.04 you can edit the file ~/.config/user-dirs.dirs to change the location of those folders. When you've change the file you need to restart nautilus (run 'nautilus -q' in a terminal or log out an in again).

/N

link|improve this answer
You can also install Ubuntu Tweak (ubuntu-tweak.com) and edit the location of the folders from there – Nicke Oct 5 '10 at 14:09
Log out and back in to make these changes take effect in other applications such as Rhythmbox. – ændrük Oct 17 '10 at 18:24
feedback

I always delete all except Desktop and Templates without any obvious problems.

If you delete Templates (and don't assign a new user-dir for it), the right-click-Create-Document feature in Nautilus becomes less useful. If you delete Desktop and don't assign it, your home directory becomes the Desktop folder. Which can be a bit cluttered, especially if you have dotfiles shown.

link|improve this answer
feedback
Where will my items on my desktop go?

I am afraid to imagine :-) To be serious - either to your trashcan or straight to hell if you don't use trashcan. I, personally, don't use trashcan, but I have dedicated a separate partition (/dat) to store all my scrap and made all those folders you mention just a symlinks to there (so that /home actually only stores configuration dot-files and so I separate software configs andmy precious data), so, if I delete them, they'll remain in my /dat.

link|improve this answer
A humorous interpretation. I'm curious what its account is for the more transient varieties of desktop items such as the icons for removable media. – ændrük Oct 6 '10 at 3:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.