Error running Gitkraken even though dependencies installed [closed]

Solution 1:

On Ubuntu / Debian and similar:

I installed libgnome-keyring-common and libgnome-keyring-dev on ubuntu 16.04 which solved it for me:

sudo apt install libgnome-keyring-common libgnome-keyring-dev

This is the Ubuntu version, should work on Debian etc. too. So you don't have to find out the package names.

Thanks to libroman2.

Solution 2:

On Ubuntu 18.04.01 it's this one:

sudo apt install libgnome-keyring0

Notice the '0' at the end.

Solution 3:

I had the same error. Even though you have gnome-keyring installed, you specifically need libgnome-keyring. I would try to find a package to install that starts with libgnome-keyring. Good luck!

Solution 4:

i got it working by manually installing two debian packages:
http://http.us.debian.org/debian/pool/main/libg/libgnome-keyring/libgnome-keyring-common_3.12.0-1_all.deb
http://http.us.debian.org/debian/pool/main/libg/libgnome-keyring/libgnome-keyring0_3.12.0-1+b2_amd64.deb

see also:
https://github.com/atom/node-keytar/issues/18