Error running Gitkraken even though dependencies installed
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.
On Ubuntu 18.04.01 it's this one:
sudo apt install libgnome-keyring0
Notice the '0' at the end.
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!