1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00

docker_vm: fix x11vnc not starting

This commit is contained in:
Dušan Dragić 2018-11-29 00:29:28 +01:00
parent df4e4bec24
commit 817a053dfc

View File

@ -548,7 +548,7 @@ class DockerVM(BaseNode):
with open(os.path.join(self.working_dir, "vnc.log"), "w") as fd:
self._vnc_process = yield from asyncio.create_subprocess_exec("x11vnc",
"-forever",
"-nopw"
"-nopw",
"-shared",
"-geometry", self._console_resolution,
"-display", "WAIT:{}".format(self._display),