you are viewing a single comment's thread
view the rest of the comments
[–] 29 points 2 years ago (3 children)

using capital letters in file/directory names on Linux :|

  • source
  • hideshow 3 child comments
  • [–] 41 points 2 years ago* (2 children)

    It's a default on some distros, unfortunately, and changing it without updating the necessary env vars will break a bunch of stuff.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago

    It would be a default on almost every distro that follows XDG specifications to have stuff like Downloads, Pictures, Videos in the $HOME folder. One of the first things I do as part of an installation is to modify ~/.config/user-dirs.dirs and set a specific folder, say /data/downloads or ~/downloads, for every XDG base directory.

  • source
  • parent