-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Linux: ./electron: error while loading shared libraries: libgconf-2.so.4 #1518
Comments
workaround is |
After Chrome 42 libgconf has become a requirement for running on Linux. |
Try this trick, It worked for me: |
sudo apt -y install libgconf2-4 |
It's worked for me. Ubuntu18. |
if this is not working then try with " sudo apt-get install libgconf-2-4" |
Yeah, this solved my issue with this. sudo apt-get install libgconf-2-4 |
I tried this but on a fresh install of LUbuntu 19.10 it don't work. |
What about arch linux? |
What exactly requires libgconf? Electron? We don't want users to have to
depend on _any_ external library being installed separately from Unity. CEF
used to require this in the editor, but the CEF dependency is finally gone.
I don't think _any_ of our supported distros (*only *Ubuntu 16.04/18.04 and
CentOS 7) have libgconf installed by default.
…On Fri, Apr 3, 2020 at 12:35 PM Sanket Chaudhari ***@***.***> wrote:
What about arch linux?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1518 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADB5HLNOGD2LBL6AVMGUV7LRKY27HANCNFSM4BBL7ZQA>
.
|
Here is the simplest solution
Replace the last digit as in error. LIKE THIS COMMENT IF IT SOLVES THE ISSUE. |
|
Make the AUR package. |
This works. Thanks! |
According to the comments on the AUR
So if you still get pointed to this bug, it is probably a red herring. |
to reproduce:
this is on Ubuntu:
The text was updated successfully, but these errors were encountered: