GNOME Bugzilla – Bug 765220
at-spy-bus-launcher doesn't understand cmd line args --a11y and --screen-reader
Last modified: 2021-07-05 10:44:52 UTC
Passing --a11y=... and --screen-reader=... to at-spy-bus-launcher has no effect. It is because of incorrect checks: else if (sscanf (argv[i], "--a11y=%d", &_global_app->a11y_enabled) == 2) a11y_set = TRUE; else if (sscanf (argv[i], "--screen-reader=%d", &_global_app->screen_reader_enabled) == 2) screen_reader_set = TRUE; sscanf returns 1 on success in these cases, not 2.
Created attachment 326271 [details] [review] patch
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new ticket at https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/ Thank you for your understanding and your help.