What applications provide org.freedesktop.secrets.service

While trying out google-chrome dev and beta channels' latest version (25), I was getting a segmentation fault problem causing Chrome to crash, right after showing a message informing that it was unable to locate a .service file that provides org.freedesktop.secrets.service. This problem was solved by either adding the flag --password-store=basic to use un-encrypted passwords or by installing and starting gnome-keyring.

Is there an alternative to gnome-keyring to use with google-chrome (and optionally ssh-agent) in xfce 4.10?

2

3 Answers

GNOME Keyring implements the Freedesktop Secret Service standard. The only alternative that I know of is KDE's ksecretsservice. I'm not sure how complete it is; this is the code repository. It seems to be packaged in the experimental Kubuntu PPA.

2

Now there is also KeepassXC which provides a Freedesktop Secret Service implementation.

1

secret-service implements Secret Service API (org.freedesktop.secrets.service)

Repository address:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like