GNOME Bugzilla – Bug 320548
dogtail-run-headless should ensure that a11y is enabled
Last modified: 2005-11-02 22:46:40 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.
Good point, I think I can fix this easily.
Created attachment 54250 [details] [review] patch to save gconf key, set to true before running tests, and restore before exiting Here's the fix.
Fix committed.