No need to start guid manually

It is started by vm.start()
This commit is contained in:
Marek Marczykowski 2012-07-05 01:03:05 +02:00
parent 9579c670be
commit d4bf34bc1b

View File

@ -1215,12 +1215,8 @@ class VmManagerWindow(Ui_VmManagerWindow, QMainWindow):
thread_monitor.set_finished()
return
retcode = subprocess.call ([qubes_guid_path, "-d", str(xid), "-c", vm.label.color, "-i", vm.label.icon, "-l", str(vm.label.index)])
if (retcode != 0):
thread_monitor.set_error_msg("Cannot start qubes_guid!")
thread_monitor.set_finished()
@pyqtSlot(name='on_action_pausevm_triggered')
def action_pausevm_triggered(self):
vm = self.get_selected_vm()