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
OK! Its May 27th, 2017 and I would have expect by now that VS Code (and Insiders) would already work using xrpd. But, it isn't!!
This issue still Open as the workaround a permanent resolution as we need to manually fixed it.
How about integrating the workaround steps into the installation steps?
I shortcut the steps to:
- Fix to make VS Code work in xrdp:
sudo su
sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1
sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
exit
Hum! So, for VS Code, there are no resolution to this issue in the future to work in xrdp.
That's a little disappointing as there are Linux IDE products that can work in xrdp without any hack.
:(
See Closed incident #12233
#12233
OK! Its May 27th, 2017 and I would have expect by now that VS Code (and Insiders) would already work using xrpd. But, it isn't!!
This issue still Open as the workaround a permanent resolution as we need to manually fixed it.
How about integrating the workaround steps into the installation steps?
I shortcut the steps to:
- Fix to make VS Code work in xrdp:
sudo su
sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1
sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
exit
- for VS Code Insiders:
LD_LIBRARY_PATH=$HOME/lib code-insiders
sudo cp /usr/lib/x86_64-linux-gnu/libxcb.so.1 /usr/share/code-insiders
sudo cp /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 /usr/share/code-insiders
- for VS Code:
LD_LIBRARY_PATH=$HOME/lib code
sudo cp /usr/lib/x86_64-linux-gnu/libxcb.so.1 /usr/share/code
sudo cp /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 /usr/share/code
The text was updated successfully, but these errors were encountered: