GNOME Bugzilla – Bug 698001
Make it possible to always show the a11y status
Last modified: 2013-08-30 00:12:02 UTC
A switch for this is part of the redesign for the universal access control-center panel.
Created attachment 241499 [details] [review] Make it possible to always show the a11y status
Review of attachment 241499 [details] [review]: Looks good. Is this meant for 3.8 too? Because as is, it breaks string freeze. ::: data/org.gnome.shell.gschema.xml.in.in @@ +74,3 @@ </_description> </key> + <key name="always-show-universal-access" type="b"> Just a curiosity: why in org.gnome.shell and not somewhere in org.gnome.desktop.accessibility? In the past, gnome-control-center has been opposed to accessing org.gnome.shell...
3.10. it needs the a11y panel redesign.. No strong opinion on where the setting should live. I just put it next to the other always-show option
The configuration option should be in gsettings-desktop-schemas indeed.
Created attachment 244678 [details] [review] Rename A11Y_SCHEMA to KEYBOARD_SCHEMA The next commit is going to introduce another schema for which the name A11Y_SCHEMA is more appropriate, so move this out of the way first.
Created attachment 244679 [details] [review] Make it possible to always show the a11y status A switch for this is part of the redesign for the universal access control-center panel.
I've moved the setting to org.gnome.desktop.a11y
The show menu switch in the current a11y panel seems to work, so I'm assuming that this got fixed.