pass VM name to guid via cmdline
This commit is contained in:
parent
3b5c89d9ce
commit
4f090cdb5e
@ -1650,7 +1650,7 @@ class QubesVm(object):
|
||||
xid = self.get_xid()
|
||||
|
||||
guid_cmd = [system_path["qubes_guid_path"],
|
||||
"-d", str(xid),
|
||||
"-d", str(xid), "-N", self.name,
|
||||
"-c", self.label.color,
|
||||
"-i", self.label.icon_path,
|
||||
"-l", str(self.label.index)]
|
||||
|
@ -421,6 +421,7 @@ class QubesHVm(QubesVm):
|
||||
cmdline = [system_path["qubes_guid_path"],
|
||||
"-d", str(self.stubdom_xid),
|
||||
"-t", str(self.xid),
|
||||
"-N", self.name,
|
||||
"-c", self.label.color,
|
||||
"-i", self.label.icon_path,
|
||||
"-l", str(self.label.index)]
|
||||
|
Loading…
Reference in New Issue
Block a user