GNOME Bugzilla – Bug 624860
Need to port gconf keys to gsettings
Last modified: 2014-11-19 12:32:28 UTC
We have a gconf key (/desktop/gnome/interface/accessibility) that gets used to determine whether to enable accessibility. Gconf is being deprecated, so gsettings should be used instead. However, we may still want to support gconf if it is present, for compatibility with older distributions.
BTW, there are already a equivalent gsetting key defined on the schema org.gnome.desktop.interface.gschema.xml, distributed by gsettings-desktop-schemas, so probably it is worth to try to contact gsetting-desktop-schemas maintainers and decide which package should distribute this key. PS: using the Universal Access Settings, right now you can't configure it. More information on bug 638205
[Resetting QA Contact to newly introduced "at-spi-maint@gnome.bugs". Reason: So far it was impossible to watch changes in at-spi bug reports without following all the specific persons (Li Yuan, Bill Haneman, Jeff Wai, ...) and also their activity outside of at-spi reports. IMPORTANT: Anyone interested in following all bug activity (including all maintainers) must watch the "at-spi-maint@gnome.bugs" dummy user by adding it to the 'Users to watch' list under Preferences->Email preferences. This is also the default procedure nowadays in GNOME when setting up new products.]
[Mass-resetting default assignee, see bug 705890. Please reclaim this bug report by setting the assignee to yourself if you still plan to work on this. Thanks!]
I'm going to go ahead and close this because it concerns a very old version. Feel free to open a new bug if the problem persists.
gconf is still required: https://git.gnome.org/browse/at-spi/tree/configure.in#n32
(In reply to comment #5) > gconf is still required: > https://git.gnome.org/browse/at-spi/tree/configure.in#n32 at-spi isn't maintained anymore. It's at-spi2-core now.