I am having a problem where the Gnome configuration file ~/.config/user-dir.dir
is being modified at boot time to point to $HOME/
folder instead of $HOME/Desktop
for the XDG_DESKTOP_DIR
entry. The result is that I always get the contents of the home directory displayed on my desktop at boot time. I want to find out how I can suppress this behavior.
I suspect it happened because my 4 years old grand-daughter was playing with the keyboard so anything might have been entered. I only want to fix the problem and I am not particularly interested in why it happened.
I am running on Ubuntu 20.04 Desktop.
xdg-user-dirs-update --force
. – vanadium Oct 12 '20 at 14:52