91 points
Yes, but this is the default on many distros, so for once the end user is not to blame
45 points
Even worse, many components will ignore the XDG_DOWNLOAD_DIR
var so even if you manually change it to $HOME/downloads
(lower-case) it will often break things.
35 points
6 points
28 points
3 points
11 points
*
4 points
3 points
3 points
*
That’s not an environment variable. It’s defined in ${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs
.
Though you can use the xdg-user-dir DOWNLOAD
command to get it automatically.