Bug 556879
Summary: | gnomekeyring module isn't working | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tom "spot" Callaway <tcallawa> |
Component: | gnome-python2-desktop | Assignee: | Matthew Barnes <mbarnes> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | awilliam, mbarnes |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-01-26 04:15:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Tom "spot" Callaway
2010-01-19 17:18:28 UTC
Interesting, it appears to work fine on Fedora 12. Need to find a Rawhide machine to debug this... Finally found a Rawhide machine to debug this, but I'm not even getting as far as you: $ ./keyring.py Traceback (most recent call last): File "./keyring.py", line 94, in <module> login, password = get_login_password() File "./keyring.py", line 18, in get_login_password keyring = gnomekeyring.get_default_keyring_sync() gnomekeyring.IOError Smells like a D-Bus issue to me. I'm told gnome-keyring is kind of broken right now anyway since the libgnome-keyring split in 2.29.4, and I don't know if that involved any API changes. May just need to wait for the keyring to be fixed and/or updated bindings. Closing this as a duplicate of bug #558678 since it looks like the issue is in gnome-keyring itself, not the Python bindings. *** This bug has been marked as a duplicate of bug 558678 *** ah. I *did* look for dupes, but not filed against other components :/ sorry. |