Do

Comment 2 for bug 850543

Revision history for this message
Frank Lockom (flockom) wrote :

Thanks! this solved the problem.

Seems strange that files and folders should stop working without this file:

XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

what does it do besides allow for the custom icons on those folders?