=== modified file 'mandos' --- mandos 2016-10-29 13:44:49 +0000 +++ mandos 2016-11-26 23:18:55 +0000 @@ -1460,6 +1460,7 @@ exc_info=error) return xmlstring + try: dbus.OBJECT_MANAGER_IFACE except AttributeError: === modified file 'mandos-monitor' --- mandos-monitor 2016-10-08 04:33:04 +0000 +++ mandos-monitor 2016-11-26 23:18:55 +0000 @@ -733,6 +733,7 @@ self.refresh() return True + ui = UserInterface() try: ui.run()