r44092 - in /desktop/unstable/gnome-orca/debian: changelog patches/lightdm patches/series

sthibault at users.alioth.debian.org sthibault at users.alioth.debian.org
Sat Feb 7 19:38:36 UTC 2015


Author: sthibault
Date: Sat Feb  7 19:38:36 2015
New Revision: 44092

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44092
Log:
patches/lightdm: New patch to fix braille output when using lightdm.

Closes: #777378.

Added:
    desktop/unstable/gnome-orca/debian/patches/lightdm
Modified:
    desktop/unstable/gnome-orca/debian/changelog
    desktop/unstable/gnome-orca/debian/patches/series

Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=44092&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog	[utf-8] Sat Feb  7 19:38:36 2015
@@ -1,3 +1,10 @@
+gnome-orca (3.14.0-3) unstable; urgency=medium
+
+  * patches/lightdm: New patch to fix braille output when using lightdm.
+    Closes: #777378.
+
+ -- Samuel Thibault <sthibault at debian.org>  Sat, 07 Feb 2015 20:36:45 +0100
+
 gnome-orca (3.14.0-2) unstable; urgency=medium
 
   * Team upload.

Added: desktop/unstable/gnome-orca/debian/patches/lightdm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/lightdm?rev=44092&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/lightdm	(added)
+++ desktop/unstable/gnome-orca/debian/patches/lightdm	[utf-8] Sat Feb  7 19:38:36 2015
@@ -0,0 +1,18 @@
+--- a/src/orca/braille.py	2014-09-18 14:43:51.000000000 +0200
++++ b/src/orca/braille.py	2015-02-02 00:19:04.215929615 +0100
+@@ -1719,6 +1719,15 @@
+                 "Braille module has been initialized using WINDOWPATH=" \
+                 + "%s" % windowPath)
+         except:
++          try:
++            vtnr = os.environ["XDG_VTNR"]
++            _brlAPI.enterTtyModeWithPath()
++            _brlAPIRunning = True
++            debug.println(\
++                debug.LEVEL_CONFIGURATION,
++                "Braille module has been initialized using XDG_VTNR=" \
++                + "%s" % vtnr)
++          except:
+             _brlAPI.enterTtyMode(tty)
+             _brlAPIRunning = True
+             debug.println(\

Modified: desktop/unstable/gnome-orca/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/series?rev=44092&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/patches/series	[utf-8] Sat Feb  7 19:38:36 2015
@@ -1 +1,2 @@
 mate-notifications.diff
+lightdm




More information about the pkg-gnome-commits mailing list