top | item 45926478

(no title)

ColonelPhantom | 3 months ago

I don't think it's true that anything is architecturally or fundamentally broken in Wayland (though if you disagree, I'm very curious what you think is so deeply broken).

Most of the issues and slow adoption were because the core protocol was deliberately kept extremely minimal, and agreeing on all the needed extensions took a long time. Don't take it from me, but rather from KDE developer Nate Graham: https://pointieststick.com/2023/09/17/so-lets-talk-about-thi...

As such, anyone who tried it early probably had to deal with a pretty large amount of non-working stuff, but by now the platform is capable of most features people require and the biggest remaining bottleneck is that software needs to use these new APIs.

discuss

order

vidarh|3 months ago

Window positioning is one that on its own is sufficient to make me ignore Wayland, as it means that without my own compositor with my own extension, I can't get a file manager that will behave how I want it.

Most people won't care, but for a number of us Wayland is stubbornly refusing to support functionality we see as dealbreakers.

ColonelPhantom|3 months ago

That's fair! I believe that window positioning also works on XWayland, though, so running your file manager that way should still work with the rest of the system being Wayland (and Gnome has no plans to drop XWayland afaik).

I believe the main holdup is a desire for Wayland to be usable with e.g. VR interfaces where there is no simple 2d grid.

Out of curiosity, how do you want the file manager to behave? And did you write your own or are you using an existing one that works that way?