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

Ubuntu 18.04 Fresh Install - Normal Dependencies? #1404

Open
Shipwreck opened this issue May 19, 2018 · 4 comments
Open

Ubuntu 18.04 Fresh Install - Normal Dependencies? #1404

Shipwreck opened this issue May 19, 2018 · 4 comments

Comments

@Shipwreck
Copy link

Shipwreck commented May 19, 2018

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.

@matheusd
Copy link
Member

Which ubuntu version? I had tried it with 16.04 and didn't get any dependency problems.

@Shipwreck
Copy link
Author

Ubuntu 18.04 Fresh Install

@matheusd
Copy link
Member

matheusd commented May 23, 2018

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.

@Shipwreck
Copy link
Author

Cool! Simple enough. Appreciate your attention :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants