Fork time? Maybe all the anti-systemd zealots were right all along…

Edit: To address whether it is likely that this change will affect users: Gnome is planning a stronger dependence on userdb, the part of systemd where this change is being implemented. https://blogs.gnome.org/adrianvovk/2025/06/10/gnome-systemd-dependencies/

Final Edit: The PR has been merged into main.

  • Whostosay@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Is the idea here that an agnostic package manager will install everything within home as well, and so when that’s ported, and you have one of those PMs installed, it’ll pick up where you left off or is there any specific protocol for importing something like that?

    • utopiah@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      Pretty much what nix (distinct from NixOS) is.

      That being said I would recommend NOT to do that because you most likely need 10 specific packages at most. That should take you 15min tops to install with few minutes paying attention.

      Just make sure /home is its own partition, or even disk, the distro hop if you want. You can also have in your ~ directory an apps directory where you keep binaries, AppImage, etc.

      For most people this is not a real concern.

      • Whostosay@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        I’ll have to look into that. I’ve been daily driving Linux for maybe about 2 years now, and I’ve learned a bit and have messed around with it on and off for years, but I don’t know it.

        I’m at a point though where I know that there’s going to be a time where I need to know to feel secure in avoiding bullshit like this post, malicious packages, general good security practices and what not, so y’all may see quite a bit of questions from me.

        Thanks for the info