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

error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory #16015

Closed
xadhoom opened this issue Nov 24, 2016 · 6 comments · Fixed by #16016
Assignees
Milestone

Comments

@xadhoom
Copy link
Contributor

xadhoom commented Nov 24, 2016

  • VSCode Version: code-insiders-1.8.0-1479970836.el7.x86_64
  • OS Version: CentOS Linux release 7.2.1511 (Core)

Steps to Reproduce:

  1. install code rpm from insiders build on CentOS minimal
  2. try to launch it from cli

Installing GConf2 fixes it ( yum install GConf2 ).

maybe should be a dep in the rpm spec file.

@polygotdev
Copy link
Contributor

hello @xadhoom

would love more information on the minimal install aspect for your use case. To clarify, are you starting with a "minimal installation" and then installing x11 after the fact ?

centosminimalinstall

@xadhoom
Copy link
Contributor Author

xadhoom commented Nov 24, 2016

Yes,

and after that I just install the basic fonts and xorg xauth because I ssh into the devel box
and use the editor via X11 forwarding.

I've done this with other editors and is pretty handy, so I can avoid copying/checking out code from the workstation to the devel box (I write stuff meant to run over CentOS 7)

@Nashenas88
Copy link
Contributor

The exact same problem occurs on Elementary OS (based on Ubuntu). Running sudo apt install gconf2 fixes the issue. It's most likely the same missing dependency problem in the .Deb file.

@Tyriar
Copy link
Member

Tyriar commented Jan 5, 2017

@Nashenas88 this should be fixed in 1.9

@Tyriar Tyriar added this to the January 2017 milestone Jan 5, 2017
@puagh
Copy link

puagh commented Jan 6, 2017

Hello, I had the same problem on openSUSE 42.1, when I ran sudo zypper install GConf2 the problem was solved. Btw I downloaded the .rpm file.

@Bounteous17
Copy link

On ArchLinux pacman -S gconf

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants