• Kogasa@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    Those bugs and PRs would just get closed without comment. Nobody is going to move a dotfile as a breaking change in any established software. You either get it right the first time or probably never.

    • gerdesj@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      They will if enough people whine about it.

      In the old days (I’m 50+) tumbleweed drifted through ~/ apart from my drivel and I’d have a folder for that so /home/gerdesj/docs was the root of my stuff. I also had ~/tmp/ for not important stuff. I don’t have too much imagination and ~/ was pretty clean. I was aware of dot files and there were a shit load of them but I didn’t see them unless I wanted to.

      This really isn’t the most important issue ever but it would be nice if apps dumped their shit in a consistently logical way. XDG is the standard.

    • nous@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      The software can read from both locations in a backwards compatible way. Many tools already do this.

    • duncesplayed@lemmy.one
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 years ago

      Nobody is going to move a dotfile as a breaking change in any established software

      We have oodles of counterexamples to this. GIMP did it, Blender did it, DOSBox did it, Libreoffice did it, Skype did it, Wireshark did it, ad nauseum. It’s not really as big a deal as you make it to be (or a big deal at all). You have a transitional period where you look for config files in both locations, and mark the old location as obsolete.