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

Fedora 31 dnf package missing a need dependency for toolbox install #86437

Closed
mMerlin opened this issue Dec 5, 2019 · 1 comment
Closed

Fedora 31 dnf package missing a need dependency for toolbox install #86437

mMerlin opened this issue Dec 5, 2019 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) install-update VS Code installation and upgrade system issues

Comments

@mMerlin
Copy link

mMerlin commented Dec 5, 2019

Environment

Fedora Workstation 31
toolbox-0.0.17-1.fc31
code-1.40.2-1574694258

Version: 1.40.2
Commit: f359dd69833dd8800b54d458f6d37ab7c78df520
Date: 2019-11-25T14:54:40.719Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Linux x64 5.3.13-300.fc31.x86_64

Steps to Reproduce:

sudo dnf upgrade
toolbox create --container code-test
toolbox enter --container code-test
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc

create /etc/yum.repos.d/vscode.repo

[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1\gpgkey=https://packages.microsoft.com/keys/microsoft.asc

do the install

sudo dnf update
sudo dnf install code
code .
/usr/share/code/bin/../code: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory
dnf provides libX11-xcb
sudo dnf install libX11-xcb
code .
exit
toolbox run --container code-test code .

Does this issue occur when all extensions are disabled?: Yes

Fresh install, no extensions exist. Other than what comes with the application installation.

@vscodebot vscodebot bot added the install-update VS Code installation and upgrade system issues label Dec 5, 2019
@Tyriar
Copy link
Member

Tyriar commented Dec 7, 2019

/duplicate #17142

@Tyriar Tyriar closed this as completed Dec 7, 2019
@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 7, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 21, 2020
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) install-update VS Code installation and upgrade system issues
Projects
None yet
Development

No branches or pull requests

2 participants