Closed GoogleCodeExporter closed 9 years ago
Yes, there's something broken with the passwords. BTW, while having a look at
this
issue I encountered another one (issue69) that may cause problems on your
system too.
Both issues are targeted for the next release with high priority.
Original comment by albrecht.andi
on 27 Jul 2009 at 8:20
Could you do me a favor and run the following command and post it's output:
python -c "import gnomekeyring; print gnomekeyring"
Somehow it looks like you've the gnomekeyring module installed, but since
you're using
XFCE the communication between the application and Gnome's keyring service
seems to
fail.
Original comment by albrecht.andi
on 28 Jul 2009 at 7:52
Here is the output:
$ python -c "import gnomekeyring; print gnomekeyring"
<module 'gnomekeyring' from
'/usr/lib/pymodules/python2.5/gtk-2.0/gnomekeyring.so'>
Original comment by igor.sti...@gmail.com
on 28 Jul 2009 at 10:27
Improved detection if Gnome keyring is available in re8414448bf. I was not
fully able
to reproduce this issue, but it seems that the gnomekeyring module is
installed, but
the keyring isn't available as you are on XFCE. It would be great if you could
give a
short feedback if this change fixed the issue (note, the repo has currently two
heads,
this change is in the other head than your latest revision :)
Original comment by albrecht.andi
on 28 Jul 2009 at 8:56
The change in re8414448bf fixes that issue. Thanks a lot!
Original comment by igor.sti...@gmail.com
on 29 Jul 2009 at 9:17
Original comment by albrecht.andi
on 29 Jul 2009 at 8:02
Original issue reported on code.google.com by
igor.sti...@gmail.com
on 27 Jul 2009 at 10:00