diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py index 9b742664..c0307a7c 100644 --- a/shell/view/ActivityHost.py +++ b/shell/view/ActivityHost.py @@ -66,7 +66,7 @@ class ActivityHost: return self._model def execute(self, command, args): - return self._activity.execute(command, args) + return self._activity.execute(command, dbus.Array(args)) def share(self): self._activity.share()