[Pkg-xfce-commits] r9638 - in /goodies/trunk/lightdm-gtk-greeter/debian: changelog patches/01_at-spi.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Sat Nov 12 14:33:53 UTC 2016


Author: corsac
Date: Sat Nov 12 14:33:53 2016
New Revision: 9638

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9638
Log:
* debian/patches:
  - 01_at-spi added, fix accessibility.                       closes: #802220

Added:
    goodies/trunk/lightdm-gtk-greeter/debian/patches/01_at-spi.patch
    goodies/trunk/lightdm-gtk-greeter/debian/patches/series
Modified:
    goodies/trunk/lightdm-gtk-greeter/debian/changelog

Modified: goodies/trunk/lightdm-gtk-greeter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/changelog?rev=9638&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/changelog	(original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/changelog	Sat Nov 12 14:33:53 2016
@@ -3,6 +3,8 @@
   * New upstream release.
   * debian/control:
     - add build-dep on exo-utils for exo-csource.
+  * debian/patches:
+    - 01_at-spi added, fix accessibility.                       closes: #802220
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 12 Nov 2016 15:17:55 +0100
 

Added: goodies/trunk/lightdm-gtk-greeter/debian/patches/01_at-spi.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/patches/01_at-spi.patch?rev=9638&op=file
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/patches/01_at-spi.patch	(added)
+++ goodies/trunk/lightdm-gtk-greeter/debian/patches/01_at-spi.patch	Sat Nov 12 14:33:53 2016
@@ -0,0 +1,25 @@
+--- a/src/lightdm-gtk-greeter.c
++++ b/src/lightdm-gtk-greeter.c
+@@ -2646,7 +2646,11 @@ main (int argc, char **argv)
+     g_setenv ("GDK_CORE_DEVICE_EVENTS", "1", TRUE);
+ 
+     /* LP: #1366534 */
++    #ifdef AT_SPI_COMMAND
++    spawn_line_pid (AT_SPI_COMMAND, G_SPAWN_SEARCH_PATH, NULL);
++    #else
+     g_setenv ("NO_AT_BRIDGE", "1", TRUE);
++    #endif
+ 
+     /* Initialize i18n */
+     setlocale (LC_ALL, "");
+@@ -2775,10 +2779,6 @@ main (int argc, char **argv)
+         g_free (value);
+     }
+ 
+-    #ifdef AT_SPI_COMMAND
+-    spawn_line_pid (AT_SPI_COMMAND, G_SPAWN_SEARCH_PATH, NULL);
+-    #endif
+-
+     #ifdef INDICATOR_SERVICES_COMMAND
+     spawn_line_pid (INDICATOR_SERVICES_COMMAND, G_SPAWN_SEARCH_PATH, NULL);
+     #endif

Added: goodies/trunk/lightdm-gtk-greeter/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/patches/series?rev=9638&op=file
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/patches/series	(added)
+++ goodies/trunk/lightdm-gtk-greeter/debian/patches/series	Sat Nov 12 14:33:53 2016
@@ -0,0 +1 @@
+01_at-spi.patch




More information about the Pkg-xfce-commits mailing list