• HStone32@lemmy.world
    link
    fedilink
    arrow-up
    16
    arrow-down
    3
    ·
    9 hours ago

    Honestly, I’ve only ever had problems with Wayland so far. So many times when I look up the issue tracker for a software I’m having issues with, the solution is always “switch to a DE that uses Xorg.”

    I get that it’s not a mature software yet, but neither should people be pushing to use it until it is.

    • basmati@lemmus.org
      link
      fedilink
      English
      arrow-up
      10
      ·
      8 hours ago

      That’s called a paradox, it’ll never be mature software if people don’t move to it so edge cases can be found and fixed.

      • dustyData@lemmy.world
        link
        fedilink
        arrow-up
        11
        arrow-down
        1
        ·
        edit-2
        8 hours ago

        Not here. This is not linux desktop share where every actor is an independent agent and all options are viable. Xorg is developed by the same people doing Wayland, and they decided Xorg is dead and will only receive security updates. I agree that Wayland compatibility is still not fully mature. But unfortunately for all those devs the upgrade window is moving fast and eventually their software will be left behind unless they change to Wayland. At this point Xorg is not even the default anymore.

        • marcos@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          3 hours ago

          I fully expect people to keep using a broken Xorg, not move into wayland, and not fork and keep it updated.

          But the devs are free to do whatever they want. No opinions there. I wouldn’t want to maintain Xorg either.

          • dustyData@lemmy.world
            link
            fedilink
            arrow-up
            5
            ·
            3 hours ago

            Totally, nothing in Linux land ever truly dies. Someone, somewhere will surely fork it once it is never updated anymore. But I wouldn’t want to be that person either.

            • Communist@lemmy.frozeninferno.xyz
              link
              fedilink
              English
              arrow-up
              2
              ·
              35 minutes ago

              If somebody was willing to do this, xorg would still be maintained.

              xorg is actually legitimately so terrible to work on that nobody is interested in doing this who actually knows how xorg works.

    • Feathercrown@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      5
      ·
      8 hours ago

      “Here, switch to this software! Except it doesn’t support half of the features of the old one and it never will. Why? Uhhhh idk security or something. What was that? Will we add a way to securely allow these things? Lol no”

        • Feathercrown@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          2
          ·
          5 hours ago

          Global keyboard shortcuts, copy-paste, window position save/restore, screen recording, probably a few others I’m forgetting. I know some compositors implement these, but they aren’t part of the Wayland standard so it’s a bit hit-or-miss afaik.

          • Communist@lemmy.frozeninferno.xyz
            link
            fedilink
            English
            arrow-up
            5
            ·
            edit-2
            1 hour ago

            https://github.com/flatpak/xdg-desktop-portal/issues/624

            ^ global shortcuts was moved to portals (as it should be, portals are a much more sane way of handling this) but is in pretty much all compositors (except wlroots, but that’s also being worked on and not in won’tfix)

            I don’t know what you’re talking about with copy-paste, that has worked for a millenia

            https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/264

            ^ window positioning (although still being worked on, definitely not in the category of won’tfix)

            https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/124

            ^ screencopy (screen recording)

            Literally none of these things are as described won’tfix for security reasons. Also, wayland is a core set of protocols, you’re meant to use the ext block for things that aren’t essential for basic functioning (such as screenshotting), that doesn’t mean they don’t work or aren’t implemented properly, they’re done separately because they AREN’T core to functioning, there are certain compositors that don’t want the ability to take screenshots, for example.

            None of those were actually true, can you list an actual example?

            Seems like FUD to me.