Mercurial > hg > Blog
comparison content/Linux/enigmail-vs-pinentry.md @ 98:1d9382b0329b
Specify the syntax on markdown blocks to avoid broken output that has class=err
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 19 Dec 2019 10:04:33 +0100 |
parents | b334d87a9c9a |
children |
comparison
equal
deleted
inserted
replaced
97:e99db3bc53c1 | 98:1d9382b0329b |
---|---|
8 | 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. | 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 | 10 |
11 So as a hint for anyone who may stuble over the same problem as I did: | 11 So as a hint for anyone who may stuble over the same problem as I did: |
12 | 12 |
13 :::shell | |
13 emerge app-crypt/pinentry | 14 emerge app-crypt/pinentry |
14 | 15 |
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 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 |
18 :::shell | |
17 eselect pinentry list | 19 eselect pinentry list |
18 | 20 |
19 and select the correct variant. | 21 and select the correct variant. |
20 | 22 |
21 Enjoy sending gpg secured mails! | 23 Enjoy sending gpg secured mails! |