diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service-watcher.c | 4 |
1 files changed, 4 insertions, 0 deletions
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", |