[Pkg-xfce-devel] Bug#802220: lightdm-gtk-greeter: accessibility does not work in version 2
Samuel Thibault
sthibault at debian.org
Sat Oct 8 18:18:10 UTC 2016
Hello,
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?
Otherwise blind people are left with a completely unaccessible system at
reboot after installation.
Samuel
-------------- next part --------------
--- 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,13 @@
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
+
+ #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
More information about the Pkg-xfce-devel
mailing list