Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/shell/activityregistryservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/shell/activityregistryservice.py')
-rw-r--r--services/shell/activityregistryservice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/shell/activityregistryservice.py b/services/shell/activityregistryservice.py
index c379071..82e49e5 100644
--- a/services/shell/activityregistryservice.py
+++ b/services/shell/activityregistryservice.py
@@ -114,6 +114,7 @@ class ActivityRegistry(dbus.service.Object):
'icon': bundle.get_icon(),
'service_name': bundle.get_service_name(),
'path': bundle.get_path(),
+ 'command': bundle.get_command(),
'show_launcher': bundle.get_show_launcher()}
def _bundle_added_cb(self, bundle_registry, bundle):