diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index 0101ef9d..10d54133 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -1145,7 +1145,7 @@ class QubesVm(object): self.force_shutdown() raise OSError ("ERROR: Cannot execute qrexec_daemon!") - if subprocess.call('xprop -root >/dev/null 2>&1', shell=True) == 0: + if os.path.exists('/var/run/shm.id'): self.start_guid(verbose=verbose) if preparing_dvm: