-
Notifications
You must be signed in to change notification settings - Fork 746
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
[bug] failed to execute child process 'xterm' #82
Comments
@wrfly I cant reproduce the error with the latest image. It seems that the problem is located to your location. Can you verify that you have the latest image? Maybe try the |
@toschneck Sorry, I pated a wrong command, the problem happened in
|
@wrfly Ok I checked it but I don't get the error: |
I'm trying and will paste another image later~ |
You can open some shell scripts in HOME folder and see if there is any error I didn't explain this error well, my bad |
This image has the same issue either:
|
And can you check this please? ➜ ~ docker run --rm -ti -e VNC_RESOLUTION=1280x960 -e VNC_PW=pwd -p 6901:6901 --user root consol/centos-icewm-vnc:latest
USER_ID: 0, GROUP_ID: 0
------------------ update chromium-browser.init ------------------
... set window size 1280 x 960 as chrome window size!
------------------ change VNC password ------------------
------------------ start noVNC ----------------------------
------------------ start VNC server ------------------------
remove old vnc locks to be a reattachable container
start vncserver with param: VNC_COL_DEPTH=24, VNC_RESOLUTION=1280x960
...
➜ ~ docker run --rm -ti -e VNC_RESOLUTION=1280x960 -e VNC_PW=pwd -p 6901:6901 consol/centos-icewm-vnc:latest
USER_ID: 1000, GROUP_ID: 0
nss_wrapper location: /usr/lib64/libnss_wrapper.so
------------------ update chromium-browser.init ------------------
... set window size 1280 x 960 as chrome window size!
------------------ change VNC password ------------------
------------------ start noVNC ----------------------------
------------------ start VNC server ------------------------
remove old vnc locks to be a reattachable container
no locks present
start vncserver with param: VNC_COL_DEPTH=24, VNC_RESOLUTION=1280x960
...
➜ ~ It just cannot start |
It seems that the |
Hello bro @toschneck , actually you don't have to install a new xterm, link it is OK, I tested it. See #83 And perhaps you can commit another to add the Chinese front, thanks~ |
in
consol/ubuntu-xfce-vnc
via
docker run --rm -ti -e VNC_RESOLUTION=1280x960 -e VNC_PW=pwd -p 6901:6901 --user root consol/ubuntu-xfce-vnc:latest
The text was updated successfully, but these errors were encountered: