forked from pool/at-spi2-core
bnc#873541: register to gnome-session on autostart, bnc#876680: register only once OBS-URL: https://build.opensuse.org/request/show/235800 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=116
14 lines
567 B
Diff
14 lines
567 B
Diff
diff -Npur at-spi2-core-2.10.2-bak/registryd/registry-main.c at-spi2-core-2.10.2/registryd/registry-main.c
|
|
--- at-spi2-core-2.10.2-bak/registryd/registry-main.c 2014-05-30 03:00:30.249444690 +0800
|
|
+++ at-spi2-core-2.10.2/registryd/registry-main.c 2014-05-30 03:01:05.005444798 +0800
|
|
@@ -164,6 +164,9 @@ register_client (void)
|
|
const char *startup_id;
|
|
const char *app_id;
|
|
|
|
+ if (client_proxy)
|
|
+ return TRUE;
|
|
+
|
|
startup_id = g_getenv ("DESKTOP_AUTOSTART_ID");
|
|
if (!startup_id)
|
|
startup_id = "";
|