Skip to content

Instantly share code, notes, and snippets.

@SpeedOfSpin
Last active July 26, 2018 14:39
Show Gist options
  • Save SpeedOfSpin/e089345663f7510742b9aafb76aa22fa to your computer and use it in GitHub Desktop.
Save SpeedOfSpin/e089345663f7510742b9aafb76aa22fa to your computer and use it in GitHub Desktop.
Get VSCode working on XFCE
#Install XFCE4
sudo apt install xfce4
sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession
#Intsall VSCode
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake ide visual-studio-code
Hack worked vscode works via xrdp in Ubuntu MATE 16.04:
make a backup first
sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1
https://github.com/Microsoft/vscode/issues/3451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment