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
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?
Steps to Reproduce:
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.
The text was updated successfully, but these errors were encountered: