Title

  • Mnglw
    link
    fedilink
    -12
    edit-2
    4 months ago

    Every time I learn more about what Wayland can’t do, I learn of even more critical stuff that doesn’t work

    no screenshots? really? who approved this trashfire as default. That’s about as ridiculous as no global hotkeys

    • xor
      link
      fedilink
      English
      224 months ago

      That’s not what Wayland is like these days - screenshots etc have been implemented for years now

      The point they’re making is that, as a totally distinct project, every single feature had to be implemented from scratch. It’s not a fast process, especially relying on volunteer labour

      • @[email protected]
        link
        fedilink
        104 months ago

        The issue isn’t just that the features had to be reimplemented, but that they were not part of Wayland to begin with. Wayland does only do the most basic stuff and leaves everything else to the compositor (aka Gnome or KDE). That means every compositor will implement their own hacky version of the missing functionality and it takes ages until that gets unified again, so that apps can actually use that functionality.

        Wayland is a classic case of an underspecified software project, they do a thing and they might even do it well, but what they are doing is only a fraction of what is actually needed for it to work properly in the real world. That’s why we are 15 years later and the new “simpler” Wayland is still not ready.

        • @[email protected]
          link
          fedilink
          English
          24 months ago

          Wayland does only do the most basic stuff and leaves everything else to the compositor (aka Gnome or KDE). That means every compositor will implement their own hacky version of the missing functionality and it takes ages until that gets unified again, so that apps can actually use that functionality.

          Would this functionality be mostly the same? Could they get together to make a shared libcompositor that implements the bulk of the functionality? Or is it so tied to specifics of the desktop environment that there’s little commonality. In which case, Wayland not doing it would be the right call.

          • @[email protected]
            link
            fedilink
            5
            edit-2
            4 months ago

            I think wlroots is the standardized thing. Many WMs use it but desktops need to switch over to it afaik. I think KDE talked about doing this for plasma.

            I am unsure what wlroots really is and maybe its not a libcompositor you were talking about but similar.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          4 months ago

          It seems very well specified to me, just developers have leaned on X’s insecurity for years to let them just reach across application boundaries freely. That’s addressed by Wayland, but it’s obviously a breaking change that requires new ways of transferring information between apps with oversight from the system, instead of X where all apps could just freely spy on each other. Things breaking and being complex to reimplement is the cost of doing it right.

      • Mnglw
        link
        fedilink
        64 months ago

        that’s something

        I’ve heard that synergy/barrier/etc doesn’t work though and that is critical for my daily workflow so I won’t be switching until it is supported

    • mub
      link
      fedilink
      54 months ago

      I’m confused by this. I’m on EndeavourOS with KDE. It had an all called spectacle which takes screen shots perfectly fine. Does X11 have a screen shot function built in?

      • Something Burger 🍔
        link
        fedilink
        4
        edit-2
        4 months ago

        With X, any program can capture the entire screen. The Wayland protocol does not allow this, so each DE must implement it separately. You’re using KDE’s screenshot feature, not Wayland’s, and other screenshot tools may not work if they don’t support KDE’s custom protocol for screen capture.

        • Mnglw
          link
          fedilink
          24 months ago

          wait so you’re telling me I’m gonna be forced to use spectacle on wayland if I use KDE?

            • Mnglw
              link
              fedilink
              14 months ago

              sighh, that sucks

              does this go for pretty much all programs, like say an email client too? or is there a limit to this?

              • @[email protected]
                link
                fedilink
                34 months ago

                Does it suck? KDE also has screenshotting implemented. It makes sense that your window manager should manage your windows, which includes being in charge of what can see what. Letting any app screenshot your entire monitor is not secure.

              • Something Burger 🍔
                link
                fedilink
                2
                edit-2
                4 months ago

                Only those that must interact with non-standard Wayland protocols, such as screen capture tools (like OBS), clipboard managers, WM utilities like xdotool… Other programs such as email clients or text editors are unaffected.

                However, this is a non-issue as far as most users are concerned. There are only a handful of implementations (basically, GNOME, KDE, and wlroots which is used by most Wayland WMs) and most modern programs which require specific support to work are all compatible.

                • Mnglw
                  link
                  fedilink
                  -24 months ago

                  still frustrating as all hell, these programs just worked on x11

                  also Synergy/Barrier/etc dont work yet and would need “non standard” protocols. Pretty critical for me

                  I am an enduser and I just expect things to work, but one of the most critical things of my setup wont

          • @LeFantome
            link
            24 months ago

            Most applications get their Wayland support from the toolkit they are written in. Qt ( KDE ) and GTK ( GNOME ) apps are going to work in any Wayland compositor.

            Some applications do “desktop” related things like try to take screenshots to set global hot keys. Wayland, strictly speaking, does not allow this. This becomes the job of the “compositor” ( Window Manager ) and so, if an application wants to do those things, it has to know how to talk to the compositor.

            Increasingly, the desktop environments and compositors are aligning on how to surface some of these capabilities to applications in a common way.

      • Mnglw
        link
        fedilink
        -24 months ago

        I’m told screenshots now work on wayland. The idea was that spectacle would not have worked on wayland because of how locked down it is

      • Mnglw
        link
        fedilink
        14 months ago

        yes, using spectacle I imagine

        I use different software, apparently that matters

        • @[email protected]
          link
          fedilink
          14 months ago

          I understand what you mean now. You have to wait for the software developer to update the tool you use for compatibility with Wayland. Will it run under xwayland?

    • @LeFantome
      link
      14 months ago

      You said “I learn” twice in a sentence that demonstrates what you do not know. Impressive.