Gitkraken 不会打开 gui

Max*_*Max 20 gui git 18.04

当我尝试运行 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)
Run Code Online (Sandbox Code Playgroud)

有这样的问题,但我的不一样,并且有不同的错误信息。我已经尝试了其他建议的修复程序。

Aru*_*run 39

Gitkraken依赖libgnome-keyring0包来管理密钥环。所以安装libgnome-keyring0

sudo apt install libgnome-keyring0
Run Code Online (Sandbox Code Playgroud)