I had a similar problem when upgrading to Fedora 40 last year. My
problem was that I was setting the pinentry-program to a program that no
longer came with Fedora and was removed when I upgraded. I don't
remember which pinentry program it was.
Once I changed it to a valid and installed pinentry program, everything
worked again.
I suggest you check ~/.gnupg/gpg-agent.conf and make sure the program
called in:
pinentry-program /usr/bin/pinentry-qt
exists.
I hope your problem is a simple to fix as mine was.
*Brendan Coupe*
*3...@coupe7.com*
On 2025-01-01 2:14 AM, Thomas Baumgart via KMyMoney-devel wrote:
Happy New Year!
On Dienstag, 31. Dezember 2024 22:31:43 CET Robert Friesen wrote:
It appears to be running, though I'm not sure. Here's the line from my
terminal.
Unfortunately, it does not seem to be running. This is the grep process
itself, but there should be a second line with the agent itself. Here's
how this looks for me:
thb@nb /home/thb $ ps ax | grep gpg-agent
2062 pts/9 S+ 0:00 grep --color=auto gpg-agent
2289 ? Ss 0:15 /usr/bin/gpg-agent --sh --daemon --keep-display
/etc/X11/xinit/xinitrc
and when using the pgrep tool I get
thb@nb /home/thb $ pgrep -a gpg-agent
2289 /usr/bin/gpg-agent --sh --daemon --keep-display /etc/X11/xinit/xinitrc
Thomas
p.s. Please always respond to the mailing list so that others see the
message as well.
On 12/10/24 4:29 AM, Thomas Baumgart wrote:
On Freitag, 6. Dezember 2024 21:46:12 CET Robert Friesen wrote:
I deeply appreciate the KMM app and all your development work and
dedication.
Do you have a patch or some fix to get my KMM 513 to open encrypted
backup files. Before upgrading to Ubuntu 24.04 this feature worked
flawlessly. After the upgrade, KMM will open unencrypted files but I
receive the following error message when trying to open encrypted files.
Can you check if your gpg-agent is running? E.g. by running
pgrep -a gpg-agent