| commit | aebea827555c29b30eded9a4e158b58c063613dc | [log] |
|---|---|---|
| author | Patrick Luby <plubius@libreoffice.org> | Fri Feb 02 16:06:21 2024 -0500 |
| committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | Mon Feb 05 16:55:50 2024 +0100 |
| tree | 9650e69d9f1406bde33d05d098b1a9c1ca622b6c | |
| parent | 326246599fa9488caf1ffb33daa75042ab782cb8 [diff] |
tdf#147291 add more default certificate manager application for macOS Add the following applications to the macOS GUI servers list: - Trusted Key Manager - CertEurope - SCInterface Manager and SmartCard tools Change-Id: Iec78171c6e82f0a072f5f06b79606560a8cc03cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162942 Tested-by: Jenkins Reviewed-by: Patrick Luby <guibomacdev@gmail.com> Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de> (cherry picked from commit 538f7b45c0c2c08124e9ea51a0947504f142a4f1) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162909
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index d717ec9..b1a2cd5 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -128,6 +128,8 @@ namespace #elif defined MACOSX constexpr std::u16string_view aGUIServers[] = { u"/Applications/GPG Keychain.app", u"/Applications/Trusted Key Manager.app", // tdf#147291 u"/Applications/SCinterface/scManager.app", // tdf#147291 u"/System/Applications/Utilities/Keychain Access.app"}; #else constexpr std::u16string_view aGUIServers[]