We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac482e4 commit 9724a24Copy full SHA for 9724a24
NodeDebug/start-vnc.sh
@@ -20,7 +20,8 @@ if [ "${START_XVFB}" = true ] ; then
20
echo "Waiting for Xvfb..."
21
done
22
23
- x11vnc ${X11VNC_OPTS} -forever -shared -rfbport 5900 -display ${DISPLAY}
+ # -noxrecord fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859213 in x11vnc 0.9.13-2
24
+ x11vnc ${X11VNC_OPTS} -forever -shared -rfbport 5900 -display ${DISPLAY} -noxrecord
25
else
26
echo "Vnc won't start because Xvfb is configured to not start."
27
fi
0 commit comments