-
Notifications
You must be signed in to change notification settings - Fork 121
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
Ubuntu 18.04 Fresh Install - Normal Dependencies? #1404
Comments
Which ubuntu version? I had tried it with 16.04 and didn't get any dependency problems. |
Ubuntu 18.04 Fresh Install |
Silly me, not reading the title ;P I verified this is actually a problem, and it's related to this: electron/electron#2727 So we need to wait for that bug in electron to be fixed, then update the dependency. In the mean time, only way for users to deal with it is to manually install the packages as described. |
Cool! Simple enough. Appreciate your attention :) |
Hi! Just checking out Decrediton with a fresh Ubuntu install and ran into two dependencies:
First:
./decrediton: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
Fixed with:
sudo apt install libgconf2-4
Then:
Failed to load module "canberra-gtk-module"
Fixed with:
sudo apt-get install libcanberra-gtk-module
All good? Thought I would pass along.
The text was updated successfully, but these errors were encountered: