https://bugs.documentfoundation.org/show_bug.cgi?id=129539

--- Comment #6 from Joe Siponen <joe.sipo...@gmail.com> ---
One of the errors in the logs was "Sandbox: soffice(971) deny(1)
ipc-posix-shm-write-create com.apple.AppleDatabaseChanged" indicating some
issue with shared memory and interprocess communication. Does the app have the
required entitlements to use IPC? I am certainly not an expert wrt entitlements
in MacOS. 

However, I cannot then explain that everything was working OK for you...

The apps entitlements are:

$ codesign -d --entitlements :- /Applications/LibreOffice\ Vanilla.app/

Executable=/Applications/LibreOffice Vanilla.app/Contents/MacOS/soffice
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
<plist version="1.0">
<dict>
        <key>com.apple.security.network.server</key>
        <true/>
        <key>com.apple.security.files.bookmarks.app-scope</key>
        <true/>
        <key>com.apple.security.device.bluetooth</key>
        <true/>
        <key>com.apple.security.files.bookmarks.document-scope</key>
        <true/>
        <key>com.apple.security.network.client</key>
        <true/>
        <key>com.apple.security.files.bookmarks.collection-scope</key>
        <true/>
        <key>com.apple.security.files.user-selected.read-write</key>
        <true/>
        <key>com.apple.security.app-sandbox</key>
        <true/>
        <key>com.apple.security.print</key>
        <true/>
</dict>
</plist>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to