From 387c403ec99822117667337603606dc83bd5153c Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 25 Feb 2015 15:26:17 +0100 Subject: [PATCH] Temporary hard disablement of DBus till it can be fixed properly to work with GTK3 --- terminator | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminator b/terminator index 0c925c05..f0bb5323 100755 --- a/terminator +++ b/terminator @@ -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