-
Notifications
You must be signed in to change notification settings - Fork 159
Remove keyring package for Linux #190
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
Comments
these lots of warnings look like a pip issue, but at least it says it installed the stuff. not sure about that traceback at the end, works for me (i use virtualenv usually). :) |
The |
I only really threw this up here as a "FYI" rather than a bug with Vorta itself, and to help others in the same situation. Happy to close this if you want. |
Thanks. It's known and it should be handled. Renamed here and will update when it's changed. |
Here is a package that looks more recent. It only supports Python 3 and Linux/DBus keychains. https://secretstorage.readthedocs.io/en/latest/ You're interested in this @Hofer-Julian ? Would just need a new wrapper class to use the functions of this package. |
I am interested. I will look into it. |
@m3nu I just looked into your code for macOS and you still use the keyring package. Is the goal to remove the use of "keyring.backends.SecretService" ? |
True, we still inherit from
Third one could be:
Since the availability of those keystore services on Linux isn't guaranteed, it should test before using it. This already happens in |
Describe the bug
pip3 install vorta --user
has a pretty impressive back-trace when starting (see the stack trace at the bottom).coliny@dev-os:~$ pip3 install --upgrade keyrings.alt
makes the world a better place:To Reproduce
Desktop (please complete the following information):
OS: Ubuntu Budgie 18.10 - all up to date and
pip3 install vorta --user
Additional context
The text was updated successfully, but these errors were encountered: