Gollum to Programmer [email protected] • 2 years agoD or d come oni.imgur.comimagemessage-square225fedilinkarrow-up11.44Kcross-posted to: [email protected]
arrow-up11.44KimageD or d come oni.imgur.comGollum to Programmer [email protected] • 2 years agomessage-square225fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink88•2 years agoYes, but this is the default on many distros, so for once the end user is not to blame
minus-square@[email protected]linkfedilink41•2 years agoEven 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.
minus-square@[email protected]linkfedilink3•2 years agoWhy not just cd $XDG_DOWNLOAD_DIR in the first place?
minus-squareunalivejoylinkfedilinkEnglish2•edit-22 years agoThat’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.
minus-square@[email protected]linkfedilink38•2 years agoKeep filling those bugs and stop complaining on random forums, kids
minus-square@[email protected]linkfedilink25•2 years agoSomething something symlink Downloads to downloads
minus-square@[email protected]linkfedilink3•2 years agoYeah but the main issue is that I don’t want there to be a Downloads directory in my home.
minus-square@[email protected]linkfedilink4•2 years agoThis is all fun and games until you try moving a backup to a file system that’s case-insensitive
Yes, but this is the default on many distros, so for once the end user is not to blame
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.Why not just
cd $XDG_DOWNLOAD_DIR
in the first place?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.Keep filling those bugs and stop complaining on random forums, kids
Porque no los dos?
Something something symlink Downloads to downloads
Yeah but the main issue is that I don’t want there to be a
Downloads
directory in my home.ln -s ~/Downloads ~/downloads
This is all fun and games until you try moving a backup to a file system that’s case-insensitive