Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Detect and use KDE instead of GNOME #17

Closed
jalcine opened this issue Jan 12, 2015 · 10 comments
Closed

Detect and use KDE instead of GNOME #17

jalcine opened this issue Jan 12, 2015 · 10 comments

Comments

@jalcine
Copy link

jalcine commented Jan 12, 2015

It's a bit biased to assume everyone uses GNOME, in my opinion. If willing to be accepted, I can try to provide a patch that'd allow for KDE's password manager, KWallet, to be used over GNOME's keyring.

@hutson
Copy link

hutson commented Jan 22, 2016

As a KDE desktop user, supporting KDE would be appreciated.

@Marsup
Copy link

Marsup commented May 12, 2016

I'll add my voice to this issue, slack app stopped working for me because it couldn't find libgnome-keyring.so.0.

@anaisbetts
Copy link
Contributor

@jalcine I think we'd totally be into that patch, if you can make it support both (and know when to pick the right one)

@jalcine
Copy link
Author

jalcine commented May 13, 2016

@paulcbetts Thanks! I'll pull something together when I get some time.

@belldandu
Copy link

belldandu commented Jul 6, 2016

@paulcbetts it should be impossible to have libgnome-keyring and kdewallet(aka kwallet) on the same system since they conflict with each other and each belong to their respective desktop environments.

I'm thinking about looking into this myself and providing a patch since its kind of annoying being unable to save passwords in the brave browser without having to install an extra password manager and/or installing a gnome library that i don't want since it conflicts with my currently installed password manager.

@belldandu
Copy link

@belldandu
Copy link

ATM i see no way to detect kwallet

@anaisbetts
Copy link
Contributor

@belldandu If I had to guess, it probably at the end of the day puts itself up as a DBus service

@thomasjo
Copy link

thomasjo commented Jul 6, 2016

@paulcbetts Good guess. Evidence can be seen here.

@jathpala
Copy link

jathpala commented Aug 5, 2016

Hi all. I've just submitted a pull request for some code that tries to implement this feature.

Various environment variable are used to guess which backend to use and requests are then passed to either gnome-keyring or kwallet (for KF5).

I've done some testing of this code but would appreciate any further testing people are able to do (especially from GNOME and other desktops).

Any feedback and suggestions are much appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants