Gitkraken无法打开图形界面

当我尝试运行GitKraken时,应用程序无法打开。这是一个全新安装的Ubuntu 18.04。在终端中运行时,它输出以下内容:
Gtk-Message: 23:23:20.033: Failed to load module "canberra-gtk-module"
Node started time: 1530167000243
libgnome-keyring.so.0: cannot open shared object file: No such file or directory
Error: libgnome-keyring.so.0: cannot open shared object file: No such file or directory
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:172:20)
    at Object.Module._extensions..node (module.js:598:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:186:18)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/keytar/lib/keytar.js:4:12)
    at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/keytar/lib/keytar.js:58:4)

有类似的问题,但我的问题并不一样,并且出现了不同的错误信息。我已经尝试了其他类似问题所提出的修复方法。

1请尝试安装libgnome-keyring0软件包。 - Arun
@Arun 哈哈,那真的起作用了...哇,我真是个白痴。谢谢,把它作为答案发布,这样我就可以批准并给你点赞了。感谢你给我所需的一记耳光! - Max
1个回答

Gitkraken依赖于libgnome-keyring0软件包来管理钥匙扣。所以请安装libgnome-keyring0软件包。
sudo apt install libgnome-keyring0