hvm: start fullscreen guid only if no guiagent installed or in debug mode
This commit is contained in:
parent
179d4c6e31
commit
ebf0a275a1
@ -346,7 +346,7 @@ class QubesHVm(QubesVm):
|
||||
os.kill(stubdom_guid_pid, signal.SIGTERM)
|
||||
except Exception as ex:
|
||||
print >> sys.stderr, "WARNING: Failed to kill stubdom gui daemon: %s" % str(ex)
|
||||
else:
|
||||
elif self.debug:
|
||||
if verbose:
|
||||
print >> sys.stderr, "--> Starting Qubes GUId (full screen)..."
|
||||
self.start_stubdom_guid()
|
||||
|
Loading…
Reference in New Issue
Block a user