Comment on Developers: "Yes, the users love cluttered homes, just put everything there and ignore guidelines"
thesmokingman@programming.dev 2 weeks ago
If you’re on a Windows box, the apps you’re calling out are assuming some level of FHS or XDG compatibility, neither of which are Windows things.
If you’re on a mac, macOS uses its own thing but can play well with dotdirs. However, you’ll find a mix of assuming XDG and weird macOS storage locations depending on how the tool determines storage location priority.
If you’re on Linux, there are too many standards.
MonkderVierte@lemmy.ml 2 weeks ago
Though, XDG says you need a .config/|.local/… fallback, if the variables are not set.