xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit aebea827555c29b30eded9a4e158b58c063613dc
Author:     Patrick Luby <plub...@libreoffice.org>
AuthorDate: Fri Feb 2 16:06:21 2024 -0500
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Mon Feb 5 16:55:50 2024 +0100

    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 <guibomac...@gmail.com>
    Reviewed-by: Stephan Bergmann <stephan.bergm...@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 d717ec9feaad..b1a2cd57c95e 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[]

Reply via email to