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 404701 - Check for a11y ignores GTK_MODULES
Check for a11y ignores GTK_MODULES
Status: RESOLVED FIXED
Product: dogtail
Classification: Deprecated
Component: Framework
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-05 18:48 UTC by Peter Johanson
Modified: 2007-02-08 19:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Johanson 2007-02-05 18:48:04 UTC
In previous versions of dogtail, I was able to run my desktop with a11y disabled, and when running dogtail tests simply set GTK_MODULES="gail:atk-bridge" to get the necessary a11y bits loaded, then everything was fine. After upgrading to 0.6.1, this now fails because utils.py:checkForA11y() is specifically just checking the gconf key.

Any chance we can enhance checkForA11y somehow (or maybe it optional or something) such that the "set the env. variable" approach works as well?
Comment 1 Zack Cerza 2007-02-08 19:51:52 UTC
I just changed utils.isA11yEnabled() to also check $GTK_MODULES and it seems to work for me.