-
Notifications
You must be signed in to change notification settings - Fork 8
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
Broken compatibility with purple-facebook #6
Comments
Does unchecking the clear memory option fix the problem? |
It was off when i tested it, |
@aebrahim nope. 😞 |
Hmm, actually, surprising... yes, that helped. Don't know why that wasn't working before, but after reboot it's working. But it's workaround not solution, I think. |
i disagree that this is a "workaround not a solution" The memory clearing option removes the passwords from pidgin, which would prevent any other plugin from being able to access them. It's a measure for extra security, which some people want and some won't. Because it might break compatibility for some protocols/features. It's off by default. However, there is still a problem if the plugin doesn't work with this option unchecked. @dequis are you still unable to get this working with this option unchecked? |
I haven't tested again but indeed the problem is that it breaks when the option is unchecked. I'm not sure what the "workaround" is supposed to be. I'll report back in a while with fresher testing results, to see if anything changed on the other side. Quoting my main messages from the other ticket, for completeness:
And:
|
You are correct that I only ever tested with XMPP, so I haven't really
looked into this. I can easily see there being a bug because the
purple_account_request_password function triggers a signal which
pidgin_gnome_keyring will use to try to automatically fill the password
field (that's the only real way I could think of to do it), and I'm not
sure of the timing with respect to when the callback runs.
|
And probably other protocols too.
All collected info: dequis/purple-facebook#48
The text was updated successfully, but these errors were encountered: