You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With docker image codercom/code-server (17 june), i have this error when i open a terminal :
Error: spawn x-terminal-emulator ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19) Emitted 'error' event at: at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19)
The image don't have an emulator terminal
If i enter in the container (docker exec -it DOCKER_CONTAINER_ID /bin/sh) and apply those commands, the issue is fixed :
sudo apt-get update
sudo apt-get install xfce4-terminal
So, may be, an emulator terminal need to be added in the dockerfile ???
code-server
version: v1.696-vsc1.33.0Description
Trying to Open new terminal inside code-server causes it to crash.
Steps to Reproduce
Log:
The text was updated successfully, but these errors were encountered: