From 35c03f770a6fcc81557c7a4a3f194dae1bfbceac Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 10 Nov 2015 17:54:58 +0100 Subject: Added pinentry info to FAQ.md --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index d1958f3c..ca3c96d8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -30,6 +30,11 @@ fi * More info: [issue 60](https://github.com/IJHack/qtpass/issues/60) and [issue 73](https://github.com/IJHack/qtpass/issues/73) +### I don't get a passphrase / PIN dialog + +You'll need to install pinentry-qt (or -qt4 or -qt5 or even -gtk) and possibly set the full path to that executable in your `~/.gnupg/gpg-agent.conf` for example: `pinentry-program /usr/bin/pinentry-qt4` +On some esotheric systems it might be necessary to create a symbolic link `/usr/bin/pinentry` to your pinentry application of choice eg: `ln -s /usr/bin/pinentry-qt5 /usr/bin/pinentry` + ### Where can I ask for help? * Create an [issue](https://github.com/IJHack/qtpass/) issues on github. * Send an email to [help@qtpass.org](help@qtpass.org) @@ -43,7 +48,6 @@ fi ## How can I help improve QtPass? - ###I would like to donate! * Time: -- cgit v1.2.3