cross-posted from: https://programming.dev/post/5946015

Guardrails have been in place where the Firefox browser has enabled Wayland by default (when running on recent GTK versions) but as of today that code has been removed…

  • captainsiscold@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    I really hope they fix the issue with the picture-in-picture video not staying over top of all other windows; that’s the only thing keeping me from using Wayland Firefox right now.

  • Akasazh@feddit.nl
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 months ago

    It’s not clear to me after reading the article. Maybe I’m out of the loop but…

    What’s Wayland? And why is this significant?

    • LinuxSBC@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      8 months ago

      Wayland is a “display server,” which basically means it manages the way GUIs show on the screen. X (most recently X11/Xorg) was the standard for over 30 years, but it was designed for computers 30 years ago. Modern concepts like scaling and high refresh rate displays need extensions to it, but it’s really complicated and hard to work with, so a lot of improvements that need to be made can’t be made. It’s also fundamentally insecure, as every window has access to both the contents and the input of any other window. Wayland is a modern replacement that focuses on security and expandability, and basically everything is working on switching to it. There are growing pains, but it’s constantly improving, and most distros use it by default now.

      • GreyBeard@lemmy.one
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        I’d say, by my metric of what “Year if the Linux Desktop” is, 2022 was that year. Absolutely everything came together and finally all clicked in. Not saying everything is perfect, but it works, works well, and has support for the majority of games made for Windows.

        • senseamidmadness@beehaw.org
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          Overly complex? That’s a baffling thing to say about any operating system when they are all insanely complicated. Windows and MacOS and a typical desktop Linux distro contain more code than a single human could write in a lifetime.