Comment 23 for bug 890441

Revision history for this message
MFeif (matt-feifarek) wrote :

"gsettings get org.gnome.nautilus.preferences desktop-is-home-dir" returns "false"

I changed:

XDG_DESKTOP_DIR="$HOME/"

to

XDG_DESKTOP_DIR="$HOME/Desktop"

which stopped the problem. Changing it back started it again.

Where are gsettings actually stored, and is dconf the same thing?