Bug 595457
| Summary: | gnome-keyring-sharp uses deprecated socket interface; apps cannot use keyring | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Krause <chkr> |
| Component: | gnome-keyring-sharp | Assignee: | Christian Krause <chkr> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | cb20777, ndn |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-30 15:18:34 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
Christian Krause
2010-05-24 16:40:26 UTC
gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13 gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gnome-keyring-sharp'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13 Prior update (gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13) DOES NOT WORK FOR ME. Password are still not remembered. Running from the command line, I see "Duplicate entries found. Deleting item 7 from keyring login". Each time I try to save a password, the index (e.g. 7) gets incremented by one. There is nothing interesting to be seem from seahorse (well other than 2 prior VPN secrets). I entered this on the incredibly annoying link mentioned above. The area for comments is incredibly tiny and the captcha is insanely hard to decipher. It took me 7 attempts, and of course my email got wiped. I am the "anonymous poster" listed there. (In reply to comment #3) > Prior update (gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13) DOES NOT WORK FOR > ME. > > Password are still not remembered. Running from the command line, I see > "Duplicate entries found. Deleting item 7 from keyring login". Each time I try > to save a password, the index (e.g. 7) gets incremented by one. There is > nothing interesting to be seem from seahorse (well other than 2 prior VPN > secrets). I have investigated the issue: - gnome-rdp retrieves the default keyring (which is returned as NULL) - gnome-rdp saves the passwords to the default keyring - gnome-rdp looks up the password and compares the associated keyring (which is for whatever reason "login" (which seems to be some kind of default keyring today)); if the associated keyring of the entry does not match the default keyring, gnome-rdp deletes this entry I have verified that even a plain usage of libgnome-keyring retrieves the default keyring as "NULL", so the problem is either in gnome-keyring (which does not report a meaningful default keyring) or in the logic how gnome-rdp handles the default keyring. Additionally I have successfully verified the functionality of gnome-keyring-sharp with f-spot and its Picasa support. Since the problem is not in this package, let's track the described issue with gnome-rdp and gnome-keyring in a different bug report: https://bugzilla.redhat.com/show_bug.cgi?id=608459 > I entered this on the incredibly annoying link mentioned above. The area for > comments is incredibly tiny and the captcha is insanely hard to decipher. It > took me 7 attempts, and of course my email got wiped. I am the "anonymous > poster" listed there. This bug report is not the correct place to handle these kind of issues. Please report them via https://fedorahosted.org/bodhi/newticket . gnome-keyring-sharp-1.0.1-0.6.133722svn.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |