My Nautilus is showing the "Desktop" entry twice. I assume that it is using some kind of configuration mechanism, maybe there is a .desktop
file sitting somewhere in my home folder that is creating this but I am not sure where to look.
So which file locations or dconf keys is nautilus using to populate this list?
~/.config/gtk-3.0/bookmarks
file. The~/.config/user-dirs.dirs
file contains an entry forXDG_DESKTOP_DIR
pointing to the desktop but that does not explain why I see theDesktop
entry twice. – lanoxx Jun 01 '20 at 15:20XDG_DOWNLOAD_DIR
in~/.config/user-dirs.dirs
. – Kulfy Jun 01 '20 at 15:36Desktop
instead of remaining at the labelDownloads
. I restored that and now its ok. – lanoxx Jun 01 '20 at 15:46