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 698001 - Make it possible to always show the a11y status
Make it possible to always show the a11y status
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on: 700602
Blocks: 695099
 
 
Reported: 2013-04-14 13:36 UTC by Matthias Clasen
Modified: 2013-08-30 00:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make it possible to always show the a11y status (2.66 KB, patch)
2013-04-14 13:36 UTC, Matthias Clasen
accepted-commit_after_freeze Details | Review
Rename A11Y_SCHEMA to KEYBOARD_SCHEMA (2.28 KB, patch)
2013-05-18 21:32 UTC, Matthias Clasen
none Details | Review
Make it possible to always show the a11y status (2.11 KB, patch)
2013-05-18 21:32 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2013-04-14 13:36:26 UTC
A switch for this is part of the redesign for the universal
access control-center panel.
Comment 1 Matthias Clasen 2013-04-14 13:36:28 UTC
Created attachment 241499 [details] [review]
Make it possible to always show the a11y status
Comment 2 Giovanni Campagna 2013-04-14 13:39:21 UTC
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...
Comment 3 Matthias Clasen 2013-04-14 23:09:51 UTC
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
Comment 4 Bastien Nocera 2013-04-15 07:59:44 UTC
The configuration option should be in gsettings-desktop-schemas indeed.
Comment 5 Matthias Clasen 2013-05-18 21:32:23 UTC
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.
Comment 6 Matthias Clasen 2013-05-18 21:32:30 UTC
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.
Comment 7 Matthias Clasen 2013-05-18 21:33:14 UTC
I've moved the setting to org.gnome.desktop.a11y
Comment 8 Allan Day 2013-08-30 00:12:02 UTC
The show menu switch in the current a11y panel seems to work, so I'm assuming that this got fixed.