Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Session.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Session.py')
-rw-r--r--shell/Session.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/shell/Session.py b/shell/Session.py
index 2aeb044..845aaec 100644
--- a/shell/Session.py
+++ b/shell/Session.py
@@ -22,12 +22,7 @@ class DbusProcess(Process):
return 'Dbus'
def start(self):
- args = self._command.split()
- flags = gobject.SPAWN_SEARCH_PATH
- result = gobject.spawn_async(args, flags=flags, standard_output=True,
- standard_error=True)
- self._stdout = result[2]
-
+ Process.start(self, True)
dbus_file = os.fdopen(self._stdout)
addr = dbus_file.readline()
addr = addr.strip()