-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 won't open in xrdp session. #12233
Comments
Duplicate #3451 |
Sorry! I copy/paste the information on #3451. |
In summary! I was able to make it work in Ubuntu 16.04.1 remote session. There are two files I changed which I don't know which is the correct one: Here are the steps for the workaround:
Honestly, there most be a better way to do this but it works. |
@MaximoTrinidad the solution is a hack. We absolutely do not want to modify |
Hum! So, for VS Code, there are no resolution to this issue in the future to work in xrdp. |
@MaximoTrinidad the root cause is an issue with the underlying platform, Electron electron/electron#2256 |
Steps to Reproduce:
Results:
Nothing opens
Provide VS Code Verbose results:
maxt@orion:~$ code --verbose
Xlib: extension "XInputExtension" missing on display ":10.0".
(4:29:39 PM) ### VSCode main.js ###
(4:29:40 PM) /usr/share/code/resources/app { _: [],
paths: [],
performance: false,
verbose: true,
debugPluginHost: undefined,
debugBrkPluginHost: undefined,
logExtensionHostCommunication: false,
'new-window': false,
'reuse-window': false,
goto: false,
diff: false,
extensionHomePath: undefined,
extensionDevelopmentPath: undefined,
extensionTestsPath: undefined,
'disable-extensions': false,
locale: undefined,
wait: false }
Xlib: extension "XInputExtension" missing on display ":10.0".
Xlib: extension "XInputExtension" missing on display ":10.0".
Try Workaround from:
#3451
#9016
#11873
Changing both '/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0' and '/usr/lib/x86_64-linux-gnu/libxcb.so.1'
information: 's/BIG-REQUESTS/_IG-REQUESTS/' -> Didn't work!
This issue shouldn't be resolved with a workaround. It VS Code should work like JetBrains Python Editor "PC PyCharm" in a xrdp session.
See attached image:
The text was updated successfully, but these errors were encountered: