From fe92d7d922e827c654ba0db27b52b2f35ad5e162 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 29 May 2013 13:27:51 -0500 Subject: A comment, because comments rock. --- src/application-service-watcher.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/application-service-watcher.c b/src/application-service-watcher.c index c4fa9b4..8c2f539 100644 --- a/src/application-service-watcher.c +++ b/src/application-service-watcher.c @@ -286,6 +286,10 @@ get_name_cb (DBusGProxy * proxy, guint status, GError * error, gpointer data) return; } + /* After we've got the name we can request upstart to trigger + the jobs of any application indicators that need to start + at desktop init time. */ + GError * spawn_error = NULL; gchar * argv[] = { "initctl", -- cgit v1.2.3