https://bugs.documentfoundation.org/show_bug.cgi?id=159307
Patrick Luby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arnaud.versini@libreoffice. | |org, [email protected] Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Patrick Luby <[email protected]> --- OK. I looked at the source code for that button and it appears to me that macOS was never implemented properly. It looks like this button can only handle Windows and Linux executable paths and it cannot handle launching any macOS applications like /Applications/GPG Keychain.app. Instead, the code tries to launch a ".app" like it is a Terminal command such as "gpg" and that always fails. Note: launching of macOS applications needs to be launched using the /usr/bin/open command. Also on macOS, if no preferred application is found, the LibreOffice help documentation for that dialog states that the Keychain Access application should be launched. But macOS is currently using Linux code: https://cgit.freedesktop.org/libreoffice/core/commit/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx?id=0c4913e03e8427a576138601958f2dbf13b8c37b -- You are receiving this mail because: You are the assignee for the bug.
