r44095 - in /desktop/unstable/gnome-orca/debian: changelog patches/libreoffice patches/series

sthibault at users.alioth.debian.org sthibault at users.alioth.debian.org
Sun Feb 15 22:52:21 UTC 2015


Author: sthibault
Date: Sun Feb 15 22:52:21 2015
New Revision: 44095

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44095
Log:
fix various issues with LibreOffice.

Added:
    desktop/unstable/gnome-orca/debian/patches/libreoffice
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=44095&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog	[utf-8] Sun Feb 15 22:52:21 2015
@@ -1,3 +1,11 @@
+gnome-orca (3.14.0-4) unstable; urgency=medium
+
+  * Team upload.
+  * patches/libreoffice: New patch to fix various issues with LibreOffice.
+    Closes: #766686.
+
+ -- Samuel Thibault <sthibault at debian.org>  Sun, 15 Feb 2015 23:51:25 +0100
+
 gnome-orca (3.14.0-3) unstable; urgency=medium
 
   * Team upload.

Added: desktop/unstable/gnome-orca/debian/patches/libreoffice
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/libreoffice?rev=44095&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/libreoffice	(added)
+++ desktop/unstable/gnome-orca/debian/patches/libreoffice	[utf-8] Sun Feb 15 22:52:21 2015
@@ -0,0 +1,22 @@
+commit 9dc9b6dc8b6bb4d7092e2c0ad6e7973340fa023a
+Author: Joanmarie Diggs <jdiggs at igalia.com>
+Date:   Mon Feb 9 13:02:00 2015 -0500
+
+    Work around another case of dead LibreOffice accessible objects
+
+diff --git a/src/orca/scripts/apps/soffice/script_utilities.py b/src/orca/scripts/apps/soffice/script_utilities.py
+index 3409e73..0e3508f 100644
+--- a/src/orca/scripts/apps/soffice/script_utilities.py
++++ b/src/orca/scripts/apps/soffice/script_utilities.py
+@@ -83,7 +83,10 @@ class Utilities(script_utilities.Utilities):
+             if text.strip():
+                 return text
+ 
+-        text = script_utilities.Utilities.displayedText(self, obj)
++        try:
++            text = script_utilities.Utilities.displayedText(self, obj)
++        except:
++            return ""
+ 
+         # TODO - JD: This is needed because the default behavior is to fall
+         # back on the name, which is bogus. Once that has been fixed, this

Modified: desktop/unstable/gnome-orca/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/series?rev=44095&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/patches/series	[utf-8] Sun Feb 15 22:52:21 2015
@@ -1,2 +1,3 @@
 mate-notifications.diff
 lightdm
+libreoffice




More information about the pkg-gnome-commits mailing list