-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VNC not working only noVNC does #174
Comments
------------------ update chromium-browser.init ------------------ ... set window size 1280 x 1024 as chrome window size! ------------------ change VNC password ------------------ ------------------ start noVNC ---------------------------- ------------------ VNC environment started ------------------ VNCSERVER started on DISPLAY= :1 noVNC HTML client started: |
Having a similar problem running on Ubuntu 22.04 with both Debian images. For both I can connect via the noVNC browser but not with TigerVNC directly. The Log from
Message from the VNC viewer
|
Hi All, I also faced with same issue. The cause of this issue is that vnc server must be started with parameter "-localhost no". The author fixed it in debian xfce Dockerfile, but seems he forgot to rebuild and push new docker image to Docker registry. I cloned this project and rebuild it localy and it works fine. Here it is explained and fixed #165 |
should be fine with :latest now as well. |
what kind of error do you get? The $STARTUPDIR (/dockerstartup) should be writable und normal conditions. |
Sorry, that is my misunderstanding. Please forget it. |
consol/debian-xfce-vnc
latest
running: docker run -it -p 6333:5901 -p 6222:6901 -e VNC_PASSWORDLESS=true consol/debian-xfce-vnc on ubuntu20.04 host
No error everything opened normal
browser access is okay, via VNC viewer just want start.
your old image does works fine, but it is ubuntu16
The text was updated successfully, but these errors were encountered: