diff --git a/src/gajim-remote.py b/src/gajim-remote.py index f9ce4312e..75545333b 100755 --- a/src/gajim-remote.py +++ b/src/gajim-remote.py @@ -40,7 +40,8 @@ try: import dbus.service import dbus.glib except: - raise exceptions.DbusNotSupported + print str(exceptions.DbusNotSupported()) + sys.exit(1) OBJ_PATH = '/org/gajim/dbus/RemoteObject' INTERFACE = 'org.gajim.dbus.RemoteInterface'