r35566 - in /desktop/unstable/gnome-shell/debian: changelog patches/32-enable-the-screen-reader-menu-item.patch patches/series

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Fri Aug 3 21:06:54 UTC 2012


Author: jordi
Date: Fri Aug  3 21:06:53 2012
New Revision: 35566

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35566
Log:
* debian/patches:
  - 32-enable-the-screen-reader-menu-item.patch: Add Orca to the a11y
    menu, to improve accessibility of the Shell-based GDM greeter.

Added:
    desktop/unstable/gnome-shell/debian/patches/32-enable-the-screen-reader-menu-item.patch
Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/patches/series

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=35566&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog [utf-8] Fri Aug  3 21:06:53 2012
@@ -14,6 +14,11 @@
   [ Josselin Mouette ]
   * Change epiphany desktop file name to match the change in the 
     epiphany package.
+
+  [ Jordi Mallach ]
+  * debian/patches:
+    - 32-enable-the-screen-reader-menu-item.patch: Add Orca to the a11y
+      menu, to improve accessibility of the Shell-based GDM greeter.
 
  -- Laurent Bigonville <bigon at debian.org>  Fri, 06 Jul 2012 12:17:20 +0200
 

Added: desktop/unstable/gnome-shell/debian/patches/32-enable-the-screen-reader-menu-item.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/32-enable-the-screen-reader-menu-item.patch?rev=35566&op=file
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/32-enable-the-screen-reader-menu-item.patch (added)
+++ desktop/unstable/gnome-shell/debian/patches/32-enable-the-screen-reader-menu-item.patch [utf-8] Fri Aug  3 21:06:53 2012
@@ -1,0 +1,26 @@
+From e6f5e21b5d416746dd19628791bc93c43dc382f1 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen at redhat.com>
+Date: Fri, 15 Jun 2012 21:54:04 +0000
+Subject: Enable the Screen Reader menu item
+
+https://bugzilla.gnome.org/show_bug.cgi?id=663256
+---
+diff --git a/js/ui/status/accessibility.js b/js/ui/status/accessibility.js
+index 42d3a3c..20c54c6 100644
+--- a/js/ui/status/accessibility.js
++++ b/js/ui/status/accessibility.js
+@@ -56,9 +56,9 @@ const ATIndicator = new Lang.Class({
+         let textZoom = this._buildFontItem();
+         this.menu.addMenuItem(textZoom);
+ 
+-//        let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA,
+-//                                                               'screen-reader-enabled');
+-//        this.menu.addMenuItem(screenReader);
++        let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA,
++                                                               'screen-reader-enabled');
++        this.menu.addMenuItem(screenReader);
+ 
+         let screenKeyboard = this._buildItem(_("Screen Keyboard"), APPLICATIONS_SCHEMA,
+                                                                    'screen-keyboard-enabled');
+--
+cgit v0.9.0.2

Modified: desktop/unstable/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/series?rev=35566&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/series [utf-8] Fri Aug  3 21:06:53 2012
@@ -14,3 +14,4 @@
 29-telepathyClient-ignore-invalidated-channels.patch
 30-popupMenu-bypass-changeSignal-callback-if.patch
 31-popupMenu-do-not-overflow-the-currentItems.patch
+32-enable-the-screen-reader-menu-item.patch




More information about the pkg-gnome-commits mailing list