-
Notifications
You must be signed in to change notification settings - Fork 56
Description
I can't generate a pair of keys.
Platform : archlinux
gpg version: 2.4.8
pinentry version: pinentry-gtk2 (pinentry) 1.3.2
gpgfrontend version: v2.1.9
When i probe generate a new pair of keys i give announcement in window:
Error code: 85
source: no source
description: no pinentry
command:
ps -aux | grep pinentry
show that gpg-agent trying to use pinentry-gnome3
When i generate pair of keys in the command line, but after closing aplication window (gpgfrontend), everything works correctly. After showing the window to enter the password I am doing the command again:
ps -aux | grep pinentry
show that gpg-agent trying to use pinentry-gtk
I think there is here problem that gpgfrontend trying use incorrect pinentry.
How i can setting another pinenty to use by gpgfrontend. I trying setting variable environment:
export PINENTRY=/usr/share/pinentry-gtk
but it dosn't work. I don't know if this is a configuration error or a program error.
Could you advise something, tell you how to fix it ?.