How to Fix Problems Entering an OpenPGP Passphrase on Ubuntu
If you’re running Ubuntu Netbook Edition (UNE) Lucid Lynx (10.04 LTS) you’ll have problems using OpenPGP/ GnuPG because the Maximus desktop daemon interferes with the pinentry window. For example:
- When receiving an encrypted email gpg-agent launches the pinentry window requesting your OpenPGP passphrase.
- The screen briefly flickers when the pinentry window is opened and immediately closes.
- This behaviour is repeated three times before Evolution (for instance) reports an error: “public key decryption failed: bad passphrase“.
Fortunately, this is easily resolved:
- Open Gnome Terminal and type gconf-editor.
- Select apps->maximus.
- Double-click exclude-class key.
- Click Add and type ‘pinentry’ followed by OK.
I’ve tested this solution with Evolution and GPG, e.g. gpg –clearsign.
Bug #573195 in maximus refers.
Advertisement
Leave a Comment