You are not logged in.

#1 2024-01-25 09:04:15

lithium06deuteride
Member
Registered: 2024-01-25
Posts: 2

"general error" in kleopatra [SOLVED]

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.conf

2- 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/pinentry

in my case it was:

exec /usr/bin/pinentry-gnome3 "$@"

4- make sure pinentry gui is working:

echo GETPIN | pinentry

in my case its also need libgrc so i install it using pacman:

sudo pacman -S grc

reboot and done!

Offline

#2 2024-05-12 20:39:08

truko22
Member
From: Venezuela
Registered: 2019-08-01
Posts: 8
Website

Re: "general error" in kleopatra [SOLVED]

Thank you very much, in my case I use KDE Plasma 6 it works for me with exec /usr/bin/pinentry-qt "$@"


Saludos desde Venezuela cool

Offline

Board footer

Powered by FluxBB