From 2a70ba6bf83a675664cda8f68f2d1e815612db53 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 4 Mar 2013 15:32:10 -0600 Subject: [PATCH] Revert "Do not run at-spi-dbus-bus at initialization phase" The bus launcher may be started after applications that use AT-SPI, such as caribou, if it is started in the application phase. I'm unsure of the rationale for the original commit. I'm also unsure if the .desktop file is still needed, since dbus-daemon should automatically launch the bus launcher on request, but would rather not eliminate it this close to 3.8. https://bugzilla.gnome.org/show_bug.cgi?id=694984 This reverts commit 1089e7c3687a48bb7810c40d6c9ff37e7acd10a1. --- bus/at-spi-dbus-bus.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/at-spi-dbus-bus.desktop.in b/bus/at-spi-dbus-bus.desktop.in index fdb7b4f..b3c90bd 100644 --- a/bus/at-spi-dbus-bus.desktop.in +++ b/bus/at-spi-dbus-bus.desktop.in @@ -6,4 +6,4 @@ OnlyShowIn=GNOME;Unity; NoDisplay=true AutostartCondition=GSETTINGS org.gnome.desktop.interface toolkit-accessibility X-GNOME-AutoRestart=true -#X-GNOME-Autostart-Phase=Initialization +X-GNOME-Autostart-Phase=Initialization -- 2.7.4