Gitkraken无法打开gui


20

当我尝试运行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哈哈,实际上有效...哇,我是个白痴。谢谢,将其作为答案发布,以便我批准并给予您荣誉。谢谢你给我打耳光!
最多

Answers:


38

Gitkraken取决于libgnome-keyring0软件包来管理密钥环。所以安装libgnome-keyring0

sudo apt install libgnome-keyring0
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.