@intuned/runtime-dev 1.1.6-vnc.7 → 1.1.6-vnc.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -286,7 +286,7 @@ exec xclock -digital -update 0 -bg black`;
|
|
|
286
286
|
mode: 0o755
|
|
287
287
|
});
|
|
288
288
|
console.log("Spawning vncserver");
|
|
289
|
-
const vncServerProcess = (0, _child_process.spawn)("vncserver", [":99", "-localhost", "yes", "-rfbauth", "/root
|
|
289
|
+
const vncServerProcess = (0, _child_process.spawn)("vncserver", [":99", "-localhost", "yes", "-rfbauth", "/root/.vnc/passwd", "-rfbport", "5900", "-geometry", "1280x720"]);
|
|
290
290
|
listenToProcess(vncServerProcess, "vncserver");
|
|
291
291
|
processes.push(vncServerProcess);
|
|
292
292
|
console.log("Waiting for VNC server to start...");
|