distro-configs/CPMacOS-LOKit.conf | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 64b0f0695163e168471fd2f86ba4eddc03dd8fde Author: Andras Timar <[email protected]> AuthorDate: Wed Aug 27 10:11:47 2025 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Tue Jan 13 23:05:46 2026 +0100 add --enable-headless to CPMacOS-LOKit.conf Change-Id: I83dc086c354c35684b00c7354a6d72ea3290c484 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197209 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/distro-configs/CPMacOS-LOKit.conf b/distro-configs/CPMacOS-LOKit.conf index f870a48b1e7e..0781801d2913 100644 --- a/distro-configs/CPMacOS-LOKit.conf +++ b/distro-configs/CPMacOS-LOKit.conf @@ -34,3 +34,5 @@ INCLUDE:CPLinux-LOKit --disable-openssl --disable-poppler --disable-python + +--enable-headless commit a23237764443d1598b59b93bcbc17b8bf03890ec Author: Jan Holesovsky <[email protected]> AuthorDate: Mon Feb 3 12:11:42 2025 +0100 Commit: Tor Lillqvist <[email protected]> CommitDate: Tue Jan 13 23:05:33 2026 +0100 It seems better to configure for sandbox LOKit will need to run in the sandbox in the end, and this avoids a crash in coolwsd, so let's configure with this right away. Change-Id: Iac58b20192274fea749befd8bb77592852edb64c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197208 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/distro-configs/CPMacOS-LOKit.conf b/distro-configs/CPMacOS-LOKit.conf index c380a9dd899d..f870a48b1e7e 100644 --- a/distro-configs/CPMacOS-LOKit.conf +++ b/distro-configs/CPMacOS-LOKit.conf @@ -1,5 +1,8 @@ INCLUDE:CPLinux-LOKit +# LOKit needs to be able to run in the sandbox +--enable-macosx-sandbox + # disable Linux stuff that we don't need --disable-epm --disable-python
