Samuel Thibault, on Sat 08 Oct 2016 20:18:10 +0200, wrote:
> Samuel Thibault, on Sun 18 Oct 2015 16:19:46 +0200, wrote:
> > Version 2 of lightdm-gtk-greeter actually breaks accessibility of
> > lightdm.
> 
> This is still unresolved.
> 
> > I have added a comment on
> > 
> > https://bugs.launchpad.net/lightdm/+bug/1366534
> > 
> > and a proposed patch, attached here.
> 
> Could it be applied or commented on please?

It looks like it couldn't build actually. Here is a fixed patch.

Samuel
--- src/lightdm-gtk-greeter.c.original  2015-10-18 16:01:54.683417989 +0200
+++ src/lightdm-gtk-greeter.c   2015-10-18 16:05:27.434345748 +0200
@@ -2614,7 +2614,11 @@
     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, "");
@@ -2743,10 +2749,6 @@
         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
_______________________________________________
Pkg-xfce-devel mailing list
Pkg-xfce-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

Reply via email to