[Libreoffice-bugs] [Bug 115538] GnuPG / OpenPGP keys not found on macOS unless from command line

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Oct 26 15:57:42 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=115538

--- Comment #40 from Sierk Bornemann <sierkb at gmx.de> ---
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 (https://gpgtools.org/) is in use.

Or, to include also the path to GPG2, when provided by MacPorts
(https://www.macports.org/):

<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 Comment #27, Comment #28 respecting
https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-106825

?



Info.plist:

https://github.com/LibreOffice/core/blob/master/sysui/desktop/macosx/Info.plist.in
https://cgit.freedesktop.org/libreoffice/core/tree/sysui/desktop/macosx/Info.plist.in

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201026/9a0141ef/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list