GitKraken and Kubuntu - installs but doesn't run
I just tried to install GitKraken, but it doesn't run on Kubuntu 16.04.
When I run the program in terminal, I get the output:
state: update-not-available
App load time: 448ms
state: checking-for-update
At which point it freezes.
The linux_update file in /Home/.gitkraken contains the code:
{"update_url":"https://release.gitkraken.com/linux/RELEASES"}
Perhaps this is where the problem is occurring? The URL seems fine when I try to follow it myself. It simply is a download link for a RELEASES file that contains:
{"name":"1.4.1","url_deb":"http://release.gitkraken.com/linux/v1.4.1.deb","url_targz":"http://release.gitkraken.com/linux/v1.4.1.tar.gz"}
Any idea on why this is happening? Has anyone else experienced the same issue?
Solution 1:
You may be missing libgnome-keyring
try installing it with:
sudo apt install libgnome-keyring-common libgnome-keyring-dev