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 320548 - dogtail-run-headless should ensure that a11y is enabled
dogtail-run-headless should ensure that a11y is enabled
Status: RESOLVED FIXED
Product: dogtail
Classification: Deprecated
Component: Framework
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Zack Cerza
Dogtail Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-02 20:42 UTC by Dave Malcolm
Modified: 2005-11-02 22:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to save gconf key, set to true before running tests, and restore before exiting (1.11 KB, patch)
2005-11-02 22:44 UTC, Zack Cerza
committed Details | Review

Description Dave Malcolm 2005-11-02 20:42:11 UTC
Suggest that as a convenience, the dogtail-run-headless should turn on a11y for
the current user, possibly using something like the following:
gconftool-2 --set --type bool /desktop/gnome/interface/accessibility true

(since it's meaningless to run a dogtail script if this is not enabled)

This should be done either in the generated .xinitrc or before xinit is run; I'm
not sure which yet.
Comment 1 Zack Cerza 2005-11-02 21:31:30 UTC
Good point, I think I can fix this easily.
Comment 2 Zack Cerza 2005-11-02 22:44:08 UTC
Created attachment 54250 [details] [review]
patch to save gconf key, set to true before running tests, and restore before exiting

Here's the fix.
Comment 3 Zack Cerza 2005-11-02 22:46:40 UTC
Fix committed.