-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Missing dependencies in debian package #13089
Comments
In my case I only needed to install |
This was on 32-bit Ubuntu 12.04, after installing |
Ubuntu 16.04.2 required me to perform:
after installing the code package to get it to work (i started with a system that was configured only for text usage) |
As a minor tweak to the workaround above, I don't think you necessarily need/want the -dev packages. I got it working on Ubuntu server 16.04 with just: |
current deb vs code installed , installed the libs i am running wsl / ubuntu and xeyes / xclock / xclalc all work with xming on the machine. |
@figuerres we don't support the Linux binary on WSL and I wouldn't have expected it to ever work reliably. |
@Tyriar here is a question: what IS supported ? if i want to use the linux tools it seems like a mess, the two file systems and which can read what and which can run what..... just too many quirks... |
@figuerres AFAIK that while it's possible, WSL was not designed to launch Linux GUI apps under Windows. It's primary purpose is to bring cli tools to Windows. When you install VS Code on Windows it will install a shell script to the path which will launch the Windows version, this is supported. I tend to generally agree with you that it's too quirky atm which is why I'm sticking with Powershell until WSL is more mature and better support is added to vscode. Also the correct issue to discuss this on is #13138 (of which you have participated), please keep discussion over there to keep things organized. This issue is specifically about dependencies declared in the deb. |
Upstream PR ref electron/electron#34077 |
Steps to Reproduce:
Does not install the following libraries
The dependencies of the .deb package are
and now
The text was updated successfully, but these errors were encountered: