• anyhow2503@lemmy.world
    27·
    7 months ago

    Literally nothing happens.

    Linux init conservatives: Alright that’s the final straw, systemd!

        • JetpackJackson@feddit.org
          2·
          7 months ago

          Nah, artix. Although I did try gentoo out a while back on a spare laptop, I enjoyed it!

          • Akatsuki Levi@lemmy.worldEnglish
            2·
            7 months ago

            Nice, another OpenRC distro I really like and have been daily-driving is Alpine Linux Damn thing is so snappy

              • Akatsuki Levi@lemmy.worldEnglish
                2·
                7 months ago

                Not everyone approves of it, not everyone likes it, and if you do have a Nvidia GPU, you might want to skip Alpine

                But it is a good distro, small to the point you can easily memorize every part of the system and how things click together

                OpenRC in it, as everything else, does the bare basic. RC only runs and manages your services and that’s it. It doesn’t try to be your DNS provider, it doesn’t try to be your logs manager, it only deals with the services(which are bash scripts btw), and that’s it

                I rock Alpine with XFCE4 and Pipewire, and its the most usable distro I’ve ever had There is also GNOME and KDE, but haven’t tried them

                Only main issue with it, is that it uses MUSL instead of GlibC which, makes some softwares not work or must be compiled from source

      • Cralder@lemmy.worldEnglish
        351·
        7 months ago

        Nothing I can find. The latest release has a “breaking changes” section but that is nothing unusual. All software has breaking changes from time to time and should be addressed by your distro maintainers.

    • macattack@lemmy.world
      12·
      7 months ago

      Same. I’m on Debian tho so I’ve got ~6 months until it affects me :D

    • Lucy :3@feddit.org
      11·
      7 months ago

      I guess it’s that the versions aren’t in ${major}.${minor}.${patch} format, but just a continuous number. But who tf cares, it’s human readable and any competent version comparing tool (eg. pacman’s vercmp, I use arch btw) should handle it fine, considering they also need to handle git’s much more annoying commit version thingy.