this post was submitted on 14 Jul 2024
340 points (88.6% liked)

Memes

50919 readers
123 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 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AVincentInSpace@pawb.social 4 points 11 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 2 points 11 months ago (1 children)

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

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

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 1 points 11 months 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