you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 11 months ago (1 child)

/home/ what? it needs to be /home/$(whoami)

  • source
  • parent
  • hideshow 2 child comments
  • [–] 39 points 11 months ago (2 children)

    Nah it should be $HOME, not everyone's home directory is in the default location.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 11 months ago (1 child)
  • [–] 3 points 11 months ago (1 child)

    Maybe I'm misunderstanding, but as shown in your link, $HOME does not conflict with the XDG Base Directory Specification. It partially relies on $HOME being defined.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 11 months ago

    Subdirs of $HOME are used as defaults. So using $HOME alone is not enough. Also, prior to xdg dirs, applications were (many still are) storing their data under $HOME/.myapplication/.

  • source
  • parent