GNOME Bugzilla – Bug 731023
Magnatune: use stable API of libsecret
Last modified: 2014-08-03 06:13:37 UTC
Created attachment 277595 [details] [review] Use stable libsecret API to get Secret Service Running latest rhythmbox on Debian testing, I found that the Magnatune plugin would not load. The console showed python errors about not being able to find SecretUnstable. The plugin tries to use SecretUnstable to get the "Secret Service", but in latest libsecret, Secret Service is part of the stable/public libsecret API. So I changed occurrences of SecretUnstable to Secret in plugins/magnatune/MagnatuneAccount.py and now it works. I don't know what release of libsecret caused this change, but I have libsecret 0.18-1 installed.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 725884 ***