headmelted / codebuilds

Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
https://code.headmelted.com
MIT License
1.03k stars 56 forks source link

code-oss fails when run via VNC connection on Ubuntu 19.10.1 64 on RPi 4B #98

Closed rollynoel closed 4 years ago

rollynoel commented 4 years ago

Says is missing XInputExtension & RANDR on display :2.0, & various other errors about the GPU.

rollynoel commented 4 years ago

As per https://stackoverflow.com/questions/55802252/visual-studio-code-wont-open-on-ubuntu-16-04-via-vnc the following worked for me mkdir ~/lib cp /usr/lib/aarch64-linux-gnu/libxcb.so.1 ~/lib sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' ~/lib/libxcb.so.1 LD_LIBRARY_PATH=$HOME/lib code-oss