我已经安装了 nextcloud-client 包slackbuilds.org,使用 qtkeychain、libgnome-keyring 和 gnome-keyring。
我在我的守护进程中运行,.xinitrc
就像在维基百科:
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
但仍然无法工作(没有可用的钥匙串服务)。有什么建议吗?
答案1
在 Ubuntu 18.04 LTS 中,可以通过安装来解决libgnome-keyring0
。单个gnome-keyring
包对于 nextcloud 来说是不够的。
答案2
我通过安装 LXDM 使其工作。
我认为 ArchWiki 是错误的,因为gnome-keyring-daemon --start
根据手册页,它实际上并没有启动守护进程:
-s, --start
Connect to an already running daemon and initialize it. This is often used to
complete initialization of a daemon that was started by PAM using the --login
argument.
我猜 LXDM 现在可以正确启动守护进程了,因为它可以工作。