Fix 'qubes.InstallUpdatesGUI' call
There is no 'verbose' parameter QubesOS/qubes-issues#1249
This commit is contained in:
parent
195e424f98
commit
dc6fa673bc
@ -1384,7 +1384,7 @@ class VmManagerWindow(Ui_VmManagerWindow, QMainWindow):
|
||||
msecs=3000)
|
||||
vm.start()
|
||||
vm.run_service("qubes.InstallUpdatesGUI", gui=True,
|
||||
verbose=False, wait=False)
|
||||
wait=False)
|
||||
except Exception as ex:
|
||||
thread_monitor.set_error_msg(str(ex))
|
||||
thread_monitor.set_finished()
|
||||
|
Loading…
Reference in New Issue
Block a user