mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Merge remote-tracking branch 'origin/2.1' into 2.1
This commit is contained in:
commit
670b6d689a
@ -548,7 +548,7 @@ class DockerVM(BaseNode):
|
|||||||
with open(os.path.join(self.working_dir, "vnc.log"), "w") as fd:
|
with open(os.path.join(self.working_dir, "vnc.log"), "w") as fd:
|
||||||
self._vnc_process = yield from asyncio.create_subprocess_exec("x11vnc",
|
self._vnc_process = yield from asyncio.create_subprocess_exec("x11vnc",
|
||||||
"-forever",
|
"-forever",
|
||||||
"-nopw"
|
"-nopw",
|
||||||
"-shared",
|
"-shared",
|
||||||
"-geometry", self._console_resolution,
|
"-geometry", self._console_resolution,
|
||||||
"-display", "WAIT:{}".format(self._display),
|
"-display", "WAIT:{}".format(self._display),
|
||||||
|
Loading…
Reference in New Issue
Block a user