Cannot Run Visual Studio Code on Ubuntu

I am running VM in Azure with Ubuntu 14.04. I installed XFCE and use X2GO for Remote Desktop on the machine.

I downloaded the VS code and unzipped the files. When I run the code from the terminal, I get the following error:

WouterDeKort@UbuntuDev:~/tools/web/visual-studio-code$ ./Code 
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
WouterDeKort@UbuntuDev:~/tools/web/visual-studio-code$ [ , [Error: channel closed] ]

Any idea what I'm doing wrong?

DISCLAIMER ;-) I am a complete Linux newby. I just installed Linux for the first time and don’t know what I am doing :-)

+4
source share
2 answers

work-round is in issue 3451 . After running this, I was able to run it from Debian Jessie with LXDE on top of X2Go.

sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1
+1
source

X2GO LXDE. ( ) MobaXterm, , -, , X2GO.

+1

Source: https://habr.com/ru/post/1617901/


All Articles