65
you are viewing a single comment's thread
view the rest of the comments
[-] refalo@programming.dev 24 points 4 days ago* (last edited 4 days ago)

This now makes all current mainstream distros 100% unusable for blind users, as all built-in screen readers are broken on Wayland, and all the main distros now use Wayland, so you cannot even install the OS at all.

[-] fuzzzerd@programming.dev 8 points 4 days ago

I'm not up to speed on this issue, but it seems like the solution is to push forward with making the readers work in Wayland? Is there a technical issue with Wayland's design that prevents readers from working properly?

[-] Eccitaze@yiffit.net 8 points 3 days ago* (last edited 3 days ago)

Basically, X11/Xorg doesn't isolate programs from one another. This is horrible for security since malicious software can read every window, as well as all the input from mice and keyboards, just by querying the X server, but it's also handy for screen reading software, streaming, etc. Meanwhile, Wayland isolates programs in their own sandbox, which prevents, say, a malicious browser tab from reading all of your keyboard inputs and logging your root password, but also breaks those things we like to use. To make matters worse, it looks like everyone's answer for this and similar dilemmas wasn't "let's fix Wayland" but "let's develop an extension to fix Wayland" and we wound up with that one fucking xkcd standards comic that I won't bother linking because everyone has seen it a zillion times.

ETA: Basically, my (layman's) understanding is that fixing this and making screen readers work in Wayland is hard because the core Wayland developers seem to have little appetite for fixing this themselves. Meanwhile, there's 3-4 implementations of Wayland that do things differently, so fixing it via extensions means either writing multiple backends in your program to do the same damn thing (aka a giant pain in the ass) or getting everyone to agree on the same standard implementation (good fucking luck).

[-] fuzzzerd@programming.dev 4 points 3 days ago

That sounds awful. And a major loss to accessibility. Here's hoping one of the standards gains traction as the one path everyone can agree on.

[-] Dark_Arc@social.packetloss.gg 3 points 3 days ago

I'm not blind, but ... there seems to be quite a bit of progress in this area to the point where (at least on the surface) your claim seems outdated.

https://blogs.gnome.org/a11y/2024/06/18/update-on-newton-the-wayland-native-accessibility-project/

[-] marius@feddit.org 2 points 4 days ago
[-] refalo@programming.dev 5 points 4 days ago

It won't in 24.04 because Cosmic doesn't support anything else

this post was submitted on 26 Jun 2024
65 points (97.1% liked)

Linux

4336 readers
239 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

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

founded 1 year ago
MODERATORS