Installing a minimal version of Ubuntu does not have the usual folders of Documents, Downloads, etc. in Home. Is there a way to have them just as it is in regular installs?
Asked
Active
Viewed 405 times
2 Answers
2
You are probably just missing the xdg-user-dirs-gtk
and xdg-user-dirs
packages. Install them and they should take care of the rest (you might have to log out and log back in to see the changes).

arrange
- 14,959
1
It's odd that you don't have those folders... they're not taking up much space on the CD. Do you have these folders when you make a new user?
To put them back, create the folders with the right names, then go
gedit ~/.config/user-dirs.dirs
Edit the directories by adding or changing the directories to suite, for example:
XDG_DOCUMENTS_DIR="$HOME/Documents"

Martin Owens -doctormo-
- 20,060
xdg-user-dirs-gtk
? – Oxwivi Feb 20 '11 at 16:35dmz-cursor-theme
package. This should add a white cursor to cursor options. – arrange Feb 20 '11 at 17:59