My first week on Linux after a while away

Sensitive content

in reply to Nolan Darilek

@modulux Can you elaborate what must be done so you can remore the "it is not ready" sentence? It certainly might (or is) true now, but just stating it this way will not help anyone in finding the priorities to wokr on. Yes, I know, most of the time the negatives would be brushed away, but I certainly want to know them, if they're something systematic, that can be likely done something about, invidividual apps will be harder, though (one person can do only as much, and the day still has 24 hours).
in reply to the esoteric programmer

Yeah, I could think of those as well pretty easily (for example, I want a non-electron client for all the widely used chat services). I can also think of more fundamental things, e. g. I'd want first an official plugin support for Orca, and then some OCR plugin which would run the currently focused object as a screenshot through a LLM, which would require extending the screenshot portal first, though.
in reply to Lukáš Tyrychtr

Agreed, but for context this is a microblog and I only have so many characters before folks peace out. :) The place to report issues is, well, the issue trackers which I use, so I didn't want my first post in the thread to basically info dump a bunch of issues which I'd then be requested to provide necessary context on.

That said, as alluded to in the post, keyboard handling issues are the biggest. I'd prefer if capslock state got retained because the number of times I typed a message in chat only to discover it was in all caps except for the first letter is huge. Same with shell commands. I'd like focus/browse mode state retained per tab so alt-tabbing out of VS Code into a browser window doesn't, in turn, switch to browse mode in VS Code which is probably not what you want. I'd like to figure out why I can't use the Discord inbox. I'd like it if switching back to a Firefox tab where I'm reading an article doesn't lose my place in the article. I'd like it if I could use pgdn/pgup to find my place again, but I have to use a combo of structural nav and the arrows. I'd like it if I didn't have to tab 8 million times to use settings, or if gnome-tweaks didn't auto-open whatever tweak setting panel last got focus (vs. which you actively clicked on.) I'd like it if dropdowns, like the ones in the sound menu where a bunch of blind folks will naturally gravitate to configure how their computers sound, actually spoke what items had focus so you didn't have to guess.

To be clear, none of this is me bitching or shaming folks for not doing these things. I'm a developer myself, I get it, and have an embarrassing backlog of things I need to fix in my own projects. But I can't in good conscience recommend Linux for others without a lot of caveats right now. I don't think any of us wants to see that, which is why I'm actively volunteering my time and effort to help fix things.

Anyhow, a couple folks asked how my experience was, so I updated them. Issues and patches to come.

in reply to Nolan Darilek

Long post
That actually sounds fixable in quite a short while, Gnome 48 on Wayland will fix the keyboard issues of yours (they were annoying me as well), and the rest are Orca issues (waiting for them on the Gitlab - no irony intended, I really want to see them there, and Joanie as well, I suppose). Reducing the number of tab presses necessary is also doable in most cases, in many pretty easily e. g. a single line change, so looking forward for them as well. For output switching, use the quick settings dropdown, that works correctly, and getting to the settings takes more time anyway. :-)
in reply to Lukáš Tyrychtr

Long post

To be clear, I don't just mean the output chooser dropdown. I literally mean every dropdown on that screen--input, output, configuration for choosing whether something is stereo/5.1/7.1. I'm glad there's an alternative for this specific case but a whole widget class not working feels like kind of a big deal. Also, the output chooser dropdown only lets you select outputs AFAIK. If I plug in a headset that isn't detected, I'll need to switch inputs too. And it was tricky configuring my media PC because I couldn't figure out how to indicate that the system I was connecting to was 5.1.

I plan to do a bit more formal digging next week to figure out whether it's just this specific screen or this widget class entirely, but I do want to fix these things. Is #a11y:gnome.org the best place to go with any questions improving the GNOME apps/widgets?

#a11y
in reply to Nolan Darilek

Long post
It is the entire GtkComboBox, respectively the entire cell renderer stuff in GTK 4. E. g. someone should do a redesign using GtkDropdown as soon as reasonably possible, because a deprecated set of widgets will not get as high a priority, I am afraid - e. g. this state is known for years, but the response (and the time allocations, basically) were "use non-deprecated widgets to design anything". And yes, I'd stick with the matrix room you mentioned.
in reply to D.Hamlin.Music

Oh, and do we know what happened to that "let's hijack alt-space for Copilot" meme that made the rounds a month or so back? Did Microsoft walk that one back? I hope so.

Are we going to slowly lose accessibility features we depend on to AI, or whatever the latest hype cycle is? It's great today, but the theme of the world these days seems to be not to count on things always staying as they've been, and having a backup ready when they change. I'd rather have it and not need it, than not have it and need it. :)