mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-17 23:13:49 +02:00
Merge pull request #1476 from ddragic/x11vnc
Docker: fix x11vnc not starting
This commit is contained in:
commit
647ac87c89
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user