successfully upgraded from 18.04 to 20.04.
Now got loads of folder icons on the desktop, including hidden folders (.bash_logout, .Xauthority, .gnome2, to name but a few). I only need links to 'Documents', 'Pictures' and 'Rubbish Bin'.
How do I remove the other 30-odd without breaking anything?
Cheers
JM
mv .config/user-dirs.dirs .config/user-dirs.dirs.bak
thenxdg-user-dirs-update
– nobody Dec 29 '21 at 15:12