Temporary hard disablement of DBus till it can be fixed properly to work with GTK3

This commit is contained in:
Stephen Boddy 2015-02-25 15:26:17 +01:00
parent 47e5baf76c
commit 387c403ec9
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ if __name__ == '__main__':
# being False will cause us to continue without the dbus server and open a
# window.
try:
dbg('dbus not fixed for GTK3 yet')
raise ImportError
if OPTIONS.nodbus:
dbg('dbus disabled by command line')
raise ImportError