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

RPM package has incomplete list of dependencies #19087

Closed
mattzink opened this issue Jan 23, 2017 · 2 comments
Closed

RPM package has incomplete list of dependencies #19087

mattzink opened this issue Jan 23, 2017 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@mattzink
Copy link

  • VSCode Version: 1.8.1
  • OS Version: CentOS 7.3 (x64)

Steps to Reproduce:

  1. Install CentOS 7.3 minimal ISO to a new VM
  2. sudo yum install code-1.8.1-1482158209.el7.x86_64.rpm
  3. code .

Expected:
VS Code to start

Actual:
VS Code crashes, saying it cannot find libgtk-2.0.so
I then manually installed the "gtk2" rpm to meet the missing dependency.

VS Code still crashes, saying it cannot find libXtst.so.
I installed the "libXtst" rpm

VS Code still crashes, saying it cannot find libgconf-2.0.so
I installed the "GConf2" rpm

VS Code starts, but immediately and silently exits. Running with the --verbose option eventually points to a failure to locate a "sans" font.

I installed the "gnu-free-sans-fonts" rpm
VS Code successfully starts and is operational.

So it seems like the above 4 packages should be added as package dependencies, to avoid the user having to manually find/install additional packages.

@mousetraps
Copy link
Contributor

Thanks for reaching out! Interestingly, it seems that all four of those packages appear in dependencies.json, so not sure what's up. @Tyriar, any ideas?

@Tyriar
Copy link
Member

Tyriar commented Jan 23, 2017

This is fixed Insiders, coming in 1.9.0 😄 #17142

@Tyriar Tyriar closed this as completed Jan 23, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 23, 2017
@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

3 participants