LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Nextcloud client : No keychain service available (https://www.linuxquestions.org/questions/slackware-14/nextcloud-client-no-keychain-service-available-4175625739/)

DBLouis 03-17-2018 05:23 AM

Nextcloud client : No keychain service available
 
Hello

I have installed the nextcloud client from slackbuilds and verified that I have both libgnome-keyring and gnome-keyring. Here is how I run the daemon in .xinitrc:

Code:

eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK

I also verified with seahorse that I have set a default keyring that opens at startup.

What am I missing?

ponce 03-18-2018 02:08 AM

Quote:

Originally Posted by DBLouis (Post 5831993)
Nextcloud client : No keychain service available

Quote:

I have installed the nextcloud client from slackbuilds
[...]
What am I missing?
I'm just guessing from what's written on SBo
Quote:

This requires: qtkeychain

DBLouis 03-18-2018 02:43 AM

I have qtkeychain. I use sbotools to install packages from slackbuilds, it resolves dependencies.

Is there anything to do beside starting gnome-keyring-daemon?

-----

Kinda solved it by installing LXDM.

According to the manual of gnome-keyring-daemon:
Code:

-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.

So the daemon was not started, but the command did not fail.
I guess LXDM is starting the daemon correclty now.


All times are GMT -5. The time now is 09:00 PM.