this post was submitted on 14 Jul 2024
1 points (100.0% liked)

Memes

45324 readers
192 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] nintendiator@feddit.cl 0 points 2 months ago (1 children)

How did you even get the picture of the W fan? W doesn't even provide screen capture, nor global hotkeys to make PrintScreen work.

[–] AVincentInSpace@pawb.social 0 points 2 months ago* (last edited 2 months ago) (1 children)

? 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@programming.dev 0 points 2 months ago (1 children)

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@pawb.social 0 points 2 months ago (1 children)

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@programming.dev 0 points 2 months ago (1 children)

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

[–] AVincentInSpace@pawb.social 0 points 2 months ago* (last edited 2 months 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.