Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support XDG_CURRENT_DESKTOP to determine backend to use #49

Closed
jaraco opened this issue Feb 24, 2015 · 2 comments
Closed

support XDG_CURRENT_DESKTOP to determine backend to use #49

jaraco opened this issue Feb 24, 2015 · 2 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Feb 24, 2015

At the moment, because I have both GNOME shell, KDE and Unity installed, I often get the KDE keyring dialog when I am using python-keyring under Unity.

XDG_CURRENT_DESKTOP is set on most linux desktops. It would be nice if python-keyring could use it to determine the preferred backend.


@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

This behavior should be added following the work in the 'prioritized backends' branch, which allows backends to advertize their appropriateness based on details such as XDG_CURRENT_DESKTOP.


Original comment by: Jason R. Coombs

@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

Added support for priority multipliers based on XDG_CURRENT_DESKTOP. Fixes #49.

→ <<cset 65ea1fe795b4>>


Original comment by: Jason R. Coombs

@jaraco jaraco closed this as completed Feb 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant