[jhbuild/wip/path-env: 19/20] environment: don't set D-Bus system bus path



commit 456f8eadd108093a2a6e4bd03f27dc442bc4c4ea
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Mar 13 15:06:28 2014 -0400

    environment: don't set D-Bus system bus path
    
    This makes no sense since we're not using bootstrap anymore -- the
    system's version of D-Bus will use the correct path automatically.

 jhbuild/environment.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/jhbuild/environment.py b/jhbuild/environment.py
index 57e1617..92588de 100644
--- a/jhbuild/environment.py
+++ b/jhbuild/environment.py
@@ -112,11 +112,6 @@ def setup_env(prefix):
     os.environ['JHBUILD_PREFIX'] = prefix
     addpath('JHBUILD_PREFIXES', prefix)
 
-    if not os.environ.get('DBUS_SYSTEM_BUS_ADDRESS'):
-        # Use the distribution's D-Bus for the system bus. JHBuild's D-Bus
-        # will # be used for the session bus
-        os.environ['DBUS_SYSTEM_BUS_ADDRESS'] = 'unix:path=/var/run/dbus/system_bus_socket'
-
     # LD_LIBRARY_PATH
     libdir = os.path.join(prefix, 'lib')
     addpath('LD_LIBRARY_PATH', libdir)


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