Is this bug finally dead

Yet another attempt at stomp this zombie monstrosity.

fixes QubesOS/qubes-issues#3570
This commit is contained in:
Marta Marczykowska-Górecka 2018-02-13 20:26:55 +01:00
parent 3967d92e54
commit e95be8a8ed
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -192,7 +192,7 @@ class VmShutdownMonitor(QtCore.QObject):
self.tr("Wait another {0} seconds...").format(
self.shutdown_time / 1000))
if reply == 0:
vm.force_shutdown()
vm.kill()
self.restart_vm_if_needed()
else:
self.shutdown_started = datetime.now()
@ -841,7 +841,7 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QtGui.QMainWindow):
if reply == QtGui.QMessageBox.Yes:
try:
vm.force_shutdown()
vm.kill()
except exc.QubesException as ex:
QtGui.QMessageBox.critical(
None, self.tr("Error while killing Qube!"),