Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code "still" won't open in xrdp session #27369

Closed
MaximoTrinidad opened this issue May 27, 2017 · 2 comments
Closed

VS Code "still" won't open in xrdp session #27369

MaximoTrinidad opened this issue May 27, 2017 · 2 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@MaximoTrinidad
Copy link

  • VSCode Version: 1.13.0 (insiders)
  • OS Version: Ubuntu 16.04.2

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

vscodexrdpissue

@roblourens
Copy link
Member

Looks like #3451 is still open to cover this

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label May 28, 2017
@MaximoTrinidad
Copy link
Author

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.
:(

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants