Merge pull request #75 from MrBenFTW/master

Fix gpk error
pull/76/head
sickcodes 4 years ago committed by GitHub
commit aa846f8576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,8 +98,9 @@ RUN printf '%s\n' \
'xinit &' \
'xterm &' > ~/.vnc/xstartup
# this won't work if you have 99 monitors, 98 monitors is fine though
RUN printf '%s\n%s\n%s\n\n' \
# this won't work if you have 99 monitors, 98 monitors is fine though // don't forget to remove the lock file incase you shut down incorrectly or create an image.
RUN printf '%s\n%s\n%s\n%s\n\n' \
'sudo rm -f /tmp/.X99-lock' \
'export DISPLAY=:99' \
'vncserver -kill :99 || true' \
'vncserver -geometry 1920x1080 -depth ${DEPTH} -xstartup ~/.vnc/xstartup :99' > vnc.sh

Loading…
Cancel
Save