<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000080" bgcolor="#FFFFFF">
    <p><font face="Tahoma">I had a similar problem when upgrading to
        Fedora 40 last year. My problem was that I was </font>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.<br>
    </p>
    <p>Once I changed it to a valid and installed pinentry program,
      everything worked again.</p>
    <p>I suggest you check ~/.gnupg/gpg-agent.conf and make sure the
      program called in:</p>
    <p>pinentry-program /usr/bin/pinentry-qt</p>
    <p>exists.</p>
    <p>I hope your problem is a simple to fix as mine was.<br>
    </p>
    <div class="moz-signature">  <br>
      <font color="#000000"><font face="Courier New"><font size="4"><b>Brendan
              Coupe</b></font></font></font> <br>
      <font color="#000000"><font face="Courier New"><font size="2"><b><a class="moz-txt-link-abbreviated" href="mailto:3@Coupe7.com">3@Coupe7.com</a></b></font></font></font>
      <br>
      <br>
      <br>
    </div>
    <div class="moz-cite-prefix">On 2025-01-01 2:14 AM, Thomas Baumgart
      via KMyMoney-devel wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:2130955.BFZWjSADLM@sy-346-nb">
      <pre wrap="" class="moz-quote-pre">Happy New Year!

On Dienstag, 31. Dezember 2024 22:31:43 CET Robert Friesen wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="" class="moz-quote-pre">It appears to be running, though I'm not sure. Here's the line from my 
terminal.
</pre>
      </blockquote>
      <pre wrap="" class="moz-quote-pre">
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.


</pre>
      <blockquote type="cite">
        <pre wrap="" class="moz-quote-pre">On 12/10/24 4:29 AM, Thomas Baumgart wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="" class="moz-quote-pre">On Freitag, 6. Dezember 2024 21:46:12 CET Robert Friesen wrote:

</pre>
          <blockquote type="cite">
            <pre wrap="" class="moz-quote-pre">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.
</pre>
          </blockquote>
          <pre wrap="" class="moz-quote-pre">Can you check if your gpg-agent is running? E.g. by running

    pgrep -a gpg-agent
</pre>
        </blockquote>
      </blockquote>
      <pre wrap="" class="moz-quote-pre">
</pre>
    </blockquote>
  </body>
</html>