[conduit/tracker] Turn off personal dbus daemon



commit 37f675951680106516f49586c87678ea3c7b65a8
Author: John Carr <john carr unrouted co uk>
Date:   Tue Jun 16 18:11:44 2009 +0100

    Turn off personal dbus daemon

 test/soup/env/fake-dbus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/soup/env/fake-dbus.py b/test/soup/env/fake-dbus.py
index 6664ee0..e81c919 100644
--- a/test/soup/env/fake-dbus.py
+++ b/test/soup/env/fake-dbus.py
@@ -10,7 +10,7 @@ class Dbus(soup.env.EnvironmentWrapper):
 
     @classmethod
     def enabled(cls, opts):
-        return True
+        return False
 
     def prepare_environment(self):
         conffile = os.path.join(os.path.dirname(__file__), "fake-session-bus.conf")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]