https://bugs.documentfoundation.org/show_bug.cgi?id=115538
--- Comment #40 from Sierk Bornemann <[email protected]> ---
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs