• @[email protected]
    link
    fedilink
    English
    543 months ago

    fraid I generated a tl;dr for this rather verbose article:

    “Home directories are a mess because too many apps ignore XDG spec and dump dotfiles everywhere. The problem isn’t just legacy software—new apps do it too, often out of ignorance or laziness. Windows has similar issues with profile folders. Fixing it requires devs to actually follow standards, but many resist due to inertia or ‘my way is better’ thinking. Users should push back and demand proper XDG compliance to keep $HOME clean.”

  • Sonotsugipaa
    link
    fedilink
    English
    15
    edit-2
    3 months ago

    While I enthusiastically agree with the whole thing, I can somewhat get behind RenderDoc’s “making it configurable would take some work”.

    However, Flatpak’s “fucking cry about it” attitude is why I’ll avoid using Flatpak for as long as possible.

  • @[email protected]
    link
    fedilink
    English
    132 months ago

    Here’s the closest thing we have to a solution: xdg-ninja

    It looks in your home for known files and folders outside of the proper xdg locations and tells you if and how you can move them to their proper place

    • @[email protected]
      link
      fedilink
      English
      4
      edit-2
      3 months ago

      Why would anyone bother writing it like that? That just seems like int main() with extra steps. Like does auto enable some compiler optimisation of the return type that I’m not aware of?

      • Sonotsugipaa
        link
        fedilink
        English
        32 months ago

        Defining the return type that way can be used when dealing with template sorcery - there’s no use for it here though, not even for readability in any way.

  • @[email protected]
    link
    fedilink
    English
    32 months ago

    I wish everything was put into ~/.config or whatever the proper place was. Oh you’re used to your ssh config being ~/.ssh as it has for years? So make a symlink! Everyone wins.

    • @[email protected]
      link
      fedilink
      English
      12 months ago

      Monocultures are great every 20 years, but Spock would say ‘IDIC’.

      Systemd, networkManager, ‘consistent’ naming; were it not for bleeding edge vs enterprise, and the packaging differences they bring, you’d only have the logos to discern SuSE from Kubuntu.

  • @[email protected]
    link
    fedilink
    3
    edit-2
    2 months ago

    I read most of his points and I agree with them…

    But I have so much else to worry about, I just can’t get worked up about this.

    And I think he is ignoring the firestorm that would ensue if, say, openssh tried to change from using the current directory. There would probably be five forks started immediately to restore the original functionality - and is ssh really adding new features like he claims?

    Maybe it could be a config option in the site install (which I thought it already was), but forcing a change to fix what is a minor problem isn’t worth the headache.

    I do hate that some of those package systems install software into home. It inflates my backups dramatically and unnecessarily. I use opt for that sort of thing instead. For example, my immich docker install is in /opt.

  • @[email protected]
    link
    fedilink
    English
    32 months ago

    I have recentlly created a data directory in my home dir, and moved almost everything I need to it. Even configs and program data are in it somewhere I find ok, and symlinked to the xdg dirs (I know i can make my new location the xdg dir for config and data, but this way I selectively add stuff to my now main config, so it remains more pristine)