<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GnuPG / OpenPGP keys not found on macOS unless from command line"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115538#c40">Comment # 40</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GnuPG / OpenPGP keys not found on macOS unless from command line"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115538">bug 115538</a>
              from <span class="vcard"><a class="email" href="mailto:sierkb@gmx.de" title="Sierk Bornemann <sierkb@gmx.de>"> <span class="fn">Sierk Bornemann</span></a>
</span></b>
        <pre>Any progress on this issue?


What about implementing and providing


<key>LSEnvironment</key>
<dict>
     <key>PATH</key>
     <string>/usr/local/MacGPG2/bin:</string>
</dict>

if GPG2 from GPGTools (<a href="https://gpgtools.org/">https://gpgtools.org/</a>) is in use.

Or, to include also the path to GPG2, when provided by MacPorts
(<a href="https://www.macports.org/">https://www.macports.org/</a>):

<key>LSEnvironment</key>
<dict>
     <key>PATH</key>
     <string>/usr/local/MacGPG2/bin:/opt/local/bin:</string>
</dict>

or, to include the path to GPG2 (/usr/local/bin or /usr/local/Cellar/bin or the
like, please verify and change accordingly), when provided via Homebrew:

<key>LSEnvironment</key>
<dict>
     <key>PATH</key>
     <string>/usr/local/MacGPG2/bin:/opt/local/bin:/usr/local/bin:</string>
</dict>

in Info.plist

as already proposed in <a href="show_bug.cgi?id=115538#c27">Comment #27</a>, <a href="show_bug.cgi?id=115538#c28">Comment #28</a> respecting
<a href="https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-106825">https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-106825</a>

?



Info.plist:

<a href="https://github.com/LibreOffice/core/blob/master/sysui/desktop/macosx/Info.plist.in">https://github.com/LibreOffice/core/blob/master/sysui/desktop/macosx/Info.plist.in</a>
<a href="https://cgit.freedesktop.org/libreoffice/core/tree/sysui/desktop/macosx/Info.plist.in">https://cgit.freedesktop.org/libreoffice/core/tree/sysui/desktop/macosx/Info.plist.in</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>