Add environment variable to control dbus monitor
This commit is contained in:
parent
e402fe3286
commit
6e558713ff
@ -71,7 +71,7 @@ class Session:
|
||||
process = DbusProcess()
|
||||
process.start()
|
||||
|
||||
if 0:
|
||||
if os.environ['SUGAR_DBUS_MONITOR']:
|
||||
dbm = DBusMonitorProcess()
|
||||
dbm.start()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user