Mercurial > hg > Blog
comparison content/Linux/enigmail-vs-pinentry.md @ 51:b334d87a9c9a
add a blog post about pinentry vs enigmail
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 09 Dec 2014 12:19:59 +0100 |
parents | |
children | 1d9382b0329b |
comparison
equal
deleted
inserted
replaced
50:20df0a3bcdf1 | 51:b334d87a9c9a |
---|---|
1 Title: enigmail vs. pinentry | |
2 Date: 2014-12-09 | |
3 Lang: en | |
4 | |
5 I recently got a new Laptop and installed it with [Gentoo](http://www.gentoo.org) 64 bit. Along the process I had a hard time getting [Thunderbird](https://www.mozilla.org/en-US/thunderbird/), the [enigmail](https://enigmail.net/home/index.php) plugin and [gnupg](https://www.gnupg.org/) to play together nicely. | |
6 | |
7 I had everything set up correctly (or so I thought) and the proper keys in place. But kept getting strange error messages from enigmail about missing passwords. | |
8 | |
9 After hours of pointless poking around I found the culprit: gpg is trying to request passphrases via `/usr/bin/pinentry` but I did not even have a pinentry package installed. | |
10 | |
11 So as a hint for anyone who may stuble over the same problem as I did: | |
12 | |
13 emerge app-crypt/pinentry | |
14 | |
15 and dont' forget to enable one of the GUI keywords e.g. `gtk` or `qt`. To make sure that the pinentry link points to the correct binary run | |
16 | |
17 eselect pinentry list | |
18 | |
19 and select the correct variant. | |
20 | |
21 Enjoy sending gpg secured mails! |