• Arghblarg@lemmy.ca
    link
    fedilink
    arrow-up
    7
    arrow-down
    24
    ·
    edit-2
    7 months ago

    I’m starting to think Wayland is the systemd of desktop graphic environments. Might be amazing eventually, but pushed onto the community too soon by opinionated devs who have fallen victim to the second-system effect.

    Mod me down, don’t care.

    Edit: Woohoo, into the ground! Mod me down further, and I will become more powerful than you can possibly imagine :p

    I don’t troll often, but when I do… it’s about Wayland and systemd. Nyah nyah.

    Honestly if Wayland will work 100% on my next setup and apps appear as expected, I won’t give a damn what system I’m using.

    • SaltyIceteaMaker@lemmy.ml
      link
      fedilink
      arrow-up
      14
      ·
      7 months ago

      I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug

      • Arghblarg@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        :) I’ll try it again, promise. I just didn’t have a good experience around two years ago. I do hear it’s much better now.

        I’ll confess I’ve avoided systemd to this day however. Devuan/Funtoo are fine, and I don’t miss any of the supposed improvements systemd brings. So I’ll probably be rocking Wayland/open-rc or Wayland/sysv-init until I drop dead.

        • DoomBot5@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          arrow-down
          2
          ·
          7 months ago

          Systemd is great for process management. It’s fault is trying to do too much.

            • taladar@sh.itjust.works
              link
              fedilink
              arrow-up
              4
              ·
              7 months ago

              I don’t think you can change foundational architectural things like that in a fork. A lot of systemd’s strengths also come from the integration of doing many things, e.g. process management and the sandboxing features together are certainly easier to read and write than having the process management call some sort of external sandboxing tool (potentially multiple nested ones) with a bazillion parameters all in the ExecStart line of the systemd unit.

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      7 months ago

      It was pushed way too soon. It’s just not too soon anymore, that’s why everybody is moving now.

      • Arghblarg@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        7 months ago

        I sincerely hope it turns out to be the case. I don’t pretend I haven’t torn out my hair on multiple occasions fighting with xorg.conf… that’s for sure.

        Just being provocative for the lulz on a memepost, mostly :)

    • glibg10b@lemmy.ml
      link
      fedilink
      arrow-up
      2
      arrow-down
      4
      ·
      7 months ago

      I like both Wayland and systemd

      Name one init system that boots as fast as systemd on a modern distro with many services. Then name a display server that’s actually easy to maintain and to develop client applications for

      The current issues with Wayland are due to it being new, X11 fanboys not wanting to explore the idea of contributing to Wayland, and client applications that are poorly designed

      • taladar@sh.itjust.works
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        7 months ago

        X11 fanboys not wanting to explore the idea of contributing to Wayland,

        People have tried that, those projects are all dead for 3-5 years now because Wayland’s design turned out to be so much more flawed than originally expected with its “Oh, you know all that stuff the X server used to do, you now have to do all of that yourself in your compositor even though you don’t care about any of it and there is no benefit from having multiple implementations” approach.