Ubuntu 18.04 Fresh Install - Normal Dependencies?
Shipwreck opened this issue · 4 comments
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.
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 :)