Run InstallUpdatesGUI service as root

This commit is contained in:
Christopher Laprise 2017-03-12 23:43:41 -04:00
parent 853d65dfd8
commit 2d3cf6cdb2
No known key found for this signature in database
GPG Key ID: 448568C8B281C952

View File

@ -1484,7 +1484,7 @@ class VmManagerWindow(Ui_VmManagerWindow, QMainWindow):
msecs=3000) msecs=3000)
vm.start() vm.start()
vm.run_service("qubes.InstallUpdatesGUI", gui=True, vm.run_service("qubes.InstallUpdatesGUI", gui=True,
wait=False) user="root", wait=False)
except Exception as ex: except Exception as ex:
thread_monitor.set_error_msg(str(ex)) thread_monitor.set_error_msg(str(ex))
thread_monitor.set_finished() thread_monitor.set_finished()