You are not logged in.
hello!
i few days back i was stuck in this error when i was trying to create new key pair in kleopatra:
/General Error/
creating key pair from commend line was working but any app with gui had problem.
today i found a slution:
1- remove these config files:
rm ~/.gnupg/gpg.conf
rm ~/.gnupg/gpg-agent.conf2- then remove the gpg-agent commend in .bashrc or .xinitrc
3- edit /usr/bin/pinentry and set the pinentry gui there:
sudo nano /usr/bin/pinentryin my case it was:
exec /usr/bin/pinentry-gnome3 "$@"4- make sure pinentry gui is working:
echo GETPIN | pinentryin my case its also need libgrc so i install it using pacman:
sudo pacman -S grcreboot and done!
Offline