• @thingsiplay@beehaw.org
    link
    fedilink
    31
    edit-2
    11 months ago

    X Windowing System is used in XWayland still. X11 Xorg is no longer needed. RIP X11 Xorg, you served us well.

    Edit: Thanks to the note in the comments. I obvously meant Xorg is no longer needed, which is the widely used implementation of X11 protocol. This always confuses the hell out of me.

    • @cmnybo@discuss.tchncs.de
      link
      fedilink
      English
      1811 months ago

      With Wayland, programs still can’t restore their window position or size. It sure would be nice if they could get basic functionality working.

      • @thingsiplay@beehaw.org
        link
        fedilink
        1911 months ago

        Wayland is still incomplete, but that is besides the point I was making. X is still not dead, even living within XWayland, within Wayland. X11 is just one implementation of the X Protocol and XWayland is a new implementation.

        Wayland itself is functional and working, just not 100% compatible to X11. The same could be said about X11, it would be nice if they could get some basic functionality working right; but they can’t, and that is why we need to replace it with something more modern and better. I think Wayland is working on a solution for restoring window position and size.

        When X was created, there was no compatibility needed. Wayland on the other hand is in a different position, where it needs to innovate, make it more secure and keep as much as possible compatibility to X11, DEs and window managers. It’s just unfair to just say Wayland would not have basic functionality working. It also depends on the desktop environments and GNOME is often to blame for.

          • @barsoap@lemm.ee
            link
            fedilink
            211 months ago

            That does not seem to be a stray and yes there’s definitely reasons to take potshots at Gnome. They still don’t support server-side decorations. Everyone is absolutely fine with them not wanting to use them in their own apps, have them draw window decorations themselves, and every other DE lets gnome apps do exactly that, but Gnome is steadfastly and pointlessly refusing to draw decorations for apps which don’t want to draw their own decorations. It’d be like a hundred straight-forward lines of code for them.

            And that’s just the tip of the iceberg when it comes to breakage you have to expect when running Gnome.

            • @TeryVeneno@lemmy.ml
              link
              fedilink
              211 months ago

              I generally speaking like most of the other things you say on lemmy, so I’m just gonna agree to disagree and move on. Have a nice day

      • 𝒍𝒆𝒎𝒂𝒏𝒏
        link
        fedilink
        211 months ago

        Explains why I was having issues with this in Gnome on my HTPC…

        Ended up making a remote button shortcut to maximise and restore apps

      • @Railcar8095@lemm.ee
        link
        fedilink
        211 months ago

        ELI5: what does this mean for the end user? Is there any simple test I can do with both to see this?

          • @qpsLCV5@lemmy.ml
            link
            fedilink
            111 months ago

            just another reason to use tiling window managers ;) at least mine opens my windows in the same workspace on the same output every time, if i configure it to

    • @barsoap@lemm.ee
      link
      fedilink
      2
      edit-2
      11 months ago

      Wayland kinda is an x.org project in the first place. AFAIK it’s officially organised under freedesktop but the core devs are x.org people.

      x.org as in the organisation and/or domain might not be needed any more, but the codebase is still maintained by exactly those Wayland devs for the sake of XWayland. Support for X11 clients isn’t going to go away any time soon. XWayland is also capable of running in rootfull mode and use X window managers, if there’s enough interest to continue the X.org distribution I would expect them to completely rip out the driver stack at some point and switch it over to an off the shelf minimum wayland compositor + XWayland. There’s people who are willing to maintain XWayland for compatibility’s sake, but all that old driver cruft, no way.

      • @uis@lemm.ee
        link
        fedilink
        2
        edit-2
        11 months ago

        Wayland is freedesktop’s project and freedesktop is Xorg’s project. But you are kinda correct.

      • @thingsiplay@beehaw.org
        link
        fedilink
        111 months ago

        Wayland kinda is an x.org project in the first place.

        Not really. Wayland is fundamentally different from Xorg. Otherwise we would not need Wayland and create X12. It’s like saying mechanical hard drives are kind of Solid State Drives, just because they allow to do something similar. Even if the developers are the same, does not mean the technology is.

        AFAIK it’s officially organised under freedesktop but the core devs are x.org people.

        I’m not sure if this is correct. But let’s assume this is correct. Why does it matter? If Wayland was developed by different people than those who maintain Xorg at the moment, would not change the fact that we need Wayland, because it is different and solves issues that cannot be solved with Xorg without rewriting it. And nobody wants to rewrite Xorg or understand the code (other than very basic security maintenance).

        • @barsoap@lemm.ee
          link
          fedilink
          211 months ago

          And nobody wants to rewrite Xorg or understand the code (other than very basic security maintenance).

          That’s precisely the point: All the devs got tired of it and started wayland instead.

          X12 might happen at some point when wayland is mature, as in a “let’s create and bless a network-transparent protocol so we might have a chance of getting rid of XWayland in 50 years” kind of move.