Temporary hard disablement of DBus till it can be fixed properly to work with GTK3
This commit is contained in:
parent
47e5baf76c
commit
387c403ec9
|
@ -61,6 +61,8 @@ if __name__ == '__main__':
|
||||||
# being False will cause us to continue without the dbus server and open a
|
# being False will cause us to continue without the dbus server and open a
|
||||||
# window.
|
# window.
|
||||||
try:
|
try:
|
||||||
|
dbg('dbus not fixed for GTK3 yet')
|
||||||
|
raise ImportError
|
||||||
if OPTIONS.nodbus:
|
if OPTIONS.nodbus:
|
||||||
dbg('dbus disabled by command line')
|
dbg('dbus disabled by command line')
|
||||||
raise ImportError
|
raise ImportError
|
||||||
|
|
Loading…
Reference in New Issue