AppData folder: am I a joke to you?

  • thesmokingman@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours 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
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      Though, XDG says you need a .config/|.local/… fallback, if the variables are not set.