Comment 2 for bug 857153

Revision history for this message
In , Chris Coulson (chrisccoulson) wrote :

Currently, there is code in accessible/src/atk/nsApplicationAccessibleWrap.cpp and widget/src/gtk2/nsWindow.cpp to check if a11y is enabled by looking at the "/desktop/gnome/interface/accessibility" key in GConf. This doesn't work in GNOME 3 because of the transition to GSettings**.

This seems to be the last feature depending on GConf now.

** It may still work on some systems due to the GSettings -> GConf bridge, but this has been removed already (http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=f4ef02038a1f57edf7a23ba91829f15cddfc7eff)