You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: