• @AVincentInSpace
    link
    English
    12
    edit-2
    1 month ago

    ? Yes it does. None of the Wayland apps I’ve installed that take screenshots have had any issue doing so, and global hotkeys in KDE work just fine.

    • Kogasa
      link
      fedilink
      31 month ago

      It doesn’t, it just delegates the responsibility to something else, namely xdg-desktop-portal and/or your compositor. The main issue with global hotkeys is that applications can’t usually set them, e.g. Discord push-to-talk, rather the compositor has to set them and the application needs to communicate with the compositor. This is fundamentally different from how it worked with X11 so naturally adoption is slow.

      • @AVincentInSpace
        link
        English
        31 month ago

        Well yeah. Wayland is a protocol, not an application. There’s nothing it can do except delegate to one of the two ends of the connection.

        • Kogasa
          link
          fedilink
          21 month ago

          These things are specifically not defined by the protocol. They could be. They’re not, by design.

          • @AVincentInSpace
            link
            English
            2
            edit-2
            1 month ago

            I agree that the deliberate design simplicity of vanilla Wayland is to its detriment, as does anyone who has ever interacted with Wayland. That said, there are extensions to the protocol which have been ratified by XDG and are supported by most compositors and applications that remedy most of those issues.

            • @renzev@lemmy.world
              link
              fedilink
              English
              11 month ago

              Isn’t that also more or less the case with X11? From what I understand, if you try to use bare Xorg without any extensions like Xfixes and Xdamage, it’s pretty miserable