diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py index bda8879ca68..e698b429c1d 100644 --- a/pyanaconda/exception.py +++ b/pyanaconda/exception.py @@ -133,7 +133,7 @@ def handleException(self, dump_info): "exception handler in it") self._main_loop_handleException(dump_info) - except (RuntimeError, ImportError): + except (RuntimeError, ImportError, ValueError): log.debug("Gtk cannot be initialized") # X not running (Gtk cannot be initialized) if threadMgr.in_main_thread():