System: Host: MyComputer Kernel: 4.8.14-gnu-1 x86_64 (64 bit)
Desktop: LXQt Distro: Parabola GNU/Linux-libre
我的 owncloud 客户端不会自动启动。我知道,nextcloud 是我应该使用的,但我现在坚持使用 owncloud,我怀疑它能否解决我现在遇到的问题。
错误:
我安装了 qtkeychain,但我不确定这是否是钥匙串服务。
$ sudo pacman -Ss keychain
extra/keychain 2.8.3-1
A front-end to ssh-agent, allowing one long-running ssh-agent process per system, rather than per login
community/envoy 14-2
A ssh-agent/gpg-agent keychain and process monitor
community/qtkeychain 0.7.0-1 [installed]
Provides support for secure credentials storage
我还安装了两个密钥环应用程序。
$ sudo pacman -Ss keyring
libre/parabola-keyring 20161215-1 [installed]
Parabola GNU/Linux-libre PGP keyring
core/archlinux-keyring 20161201-1 [installed]
Arch Linux PGP keyring
所以我想知道会发生什么。
答案1
通过安装 gnome-keyring 解决。
我相信原因是 parabola-keyring 和 archlinux-keyring 用于 pacman repos 而不是应用程序,并且不存在 lxqt-keyring,因此 gnome-keyring 必须这样做。
答案2
您也可以尝试libgnome-keyring0
按照上述方式安装这里。该gnome-keyring
软件包在 Ubuntu 18.04 下不够用。