this post was submitted on 19 Jun 2025
264 points (97.8% liked)

Linux

7973 readers
545 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mycodesucks@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (1 children)

Quite simply, you can draw and annotate the screen. I can circle things, draw attention to things, and highlight things on every window in the desktop environment without ANY consideration of what application is running - it's completely agnostic. Wayland's design doesn't allow it.

Until this feature is present, Wayland is unusable for me.

This kind of thing is precisely why the overall decision to replace X by building something NEW was folly from the beginning - because you are ALWAYS going to be missing use cases. X should've been treated like an API and "completion" be measured directly and terms of how much of the functionality is implemented - not in terms of "how much, in fuzzy natural language terms, do we have that works equivalently".

Also, and let's be entirely clear about this... Open Board got here FIRST. It was FINISHED software. Developed, released, and doing its job. To come along, make a change to its dependencies, and then blame IT for doing something wrong? Is it the job of every single developer to update their software to match what Wayland wants? Thousands of projects over decades? What happens when the Wayland devs make another change and something else breaks? I'm getting flashbacks of Linus Torvalds RIGHTFULLY yelling at a developer blaming an application for not functioning after a kernel update. "WE DO NOT BREAK USER SPACE."

Android forces developers to make these kinds of retroactive changes, and it's why the ecosystem sucks and any stable, well-built software is a couple updates away from being useless. I don't want my desktop OS to be more like that.

[–] possiblylinux127@lemmy.zip 4 points 1 day ago (1 children)

Wayland isn't a piece of software. It is simply a set if standards apps use to talk to the desktop which then talks to the kernel and hardware.

Apps access resources via XDG portals. If there isn't a portal for something it needs to be implemented at the desktop.

Back to your use case, I think you probably just need the appropriate desktop extension. Drawing on the desktop sounds like a desktop level thing.

[–] mycodesucks@lemmy.world 1 points 21 hours ago* (last edited 21 hours ago)

And can you not see how that's a problem? Software that was written without using XDG portals shouldn't have to be concerned about their existence. If it is required that existing, finished software has to adapt to a new paradigm, it is not a replacement - it's new. And it's intrusive. If you replace the water system for a house, that's one thing. If you replace the water system in the house AND the new system requires the owner to buy and install all new fixtures on all the faucets, that's an entirely different thing altogether.