Conversation
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The remaining Linux feedback in #57 identifies overly verbose compact rows, hard-to-find message selection, and an application ID spoken in GNOME's switcher.
The naming change follows GNOME Shell's fallback to WM_CLASS and GTK's separate Wayland application identity. An uninstalled Wayland binary or AppImage can still display its application ID until its desktop launcher is installed.
Validation: both accessibility-enabled and
-Da11y=falsebuilds pass with warnings treated as errors (-Dwebxdc=falselocally), and all 14 existing Meson tests pass in each configuration. No new UI test is claimed. This environment cannot run a display server, so interactive keyboard, Orca, NVDA and GNOME switcher checks remain pending.Suggested checks: toggle the sidebar compact/full while a chat row is focused; use Space and the message menu to enter selection, toggle multiple checkboxes and cancel; confirm Enter still replies; check Alt+Tab for an installed Wayland build and an uninstalled X11 build.
Related to #57. Kept open for screen-reader confirmation and remaining Wayland desktop-integration reports. Based directly on main and separate from the #80 fix in #82.