-
Notifications
You must be signed in to change notification settings - Fork 35
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
No password prompt for key #1
Comments
it should ask for password automatically. hmmm. |
The logs show these errors, and I never see a password prompt. |
i think i found a possible cause for your problem: just add "use-agent" to ~/.gnupg/gpg.conf |
I have use-agent in ~/.gnupg/gpg.conf and I've installed gnupg-agent. I'm still not seeing any prompt for a password. |
gpg-agent has to be running as daemon. it sets some environment variables, pidgin has to know about. if you type on console: |
help on invoking gpg-agent: ubuntu does this automatically |
With gpg-agent running, I get the password prompt. It doesn't seem to find anyone's public keys though. Should it try to be reading those from the keychain? |
you have to have the key of the other persons you want to chat with. |
Be more forgiving if PREF_MY_KEY is missing.
I've compiled the plugin (as of 0.8.1), and installed it. I see it in the plugins list and I can select my key.
However, I don't get a password prompt when connecting the account, and the debug window has some error messages about no password.
I'll get debug logs and attach them.
The text was updated successfully, but these errors were encountered: