After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765220 - at-spy-bus-launcher doesn't understand cmd line args --a11y and --screen-reader
at-spy-bus-launcher doesn't understand cmd line args --a11y and --screen-reader
Status: RESOLVED OBSOLETE
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other Linux
: Normal normal
: ---
Assigned To: At-spi maintainer(s)
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-04-18 14:56 UTC by a.volkov
Modified: 2021-07-05 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.33 KB, patch)
2016-04-18 15:15 UTC, a.volkov
none Details | Review

Description a.volkov 2016-04-18 14:56:33 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.
Comment 1 a.volkov 2016-04-18 15:15:16 UTC
Created attachment 326271 [details] [review]
patch
Comment 2 GNOME Infrastructure Team 2021-07-05 10:44:52 UTC
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.