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

Patrick (volunteer) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #13 from Patrick (volunteer) <[email protected]> ---
I am fairly certain that this is a duplicate of tdf#145127 since your Java
program runs on the main thread of its process.

LibreOffice is a native GUI application so, on macOS, all that GUI code must
run on the main thread. However, your Java program never starts the native
event queue or allows LibreOffice's GUI event loop to run on the main thread.

Realistically, embedding LibreOffice in another application is likely not
feasible unless someone funds and implements a "headless mode" like Windows and
Linux both have. More details about macOS and the lack of a headless mode is in
the following comment:

https://bugs.documentfoundation.org/show_bug.cgi?id=145127#c4

*** This bug has been marked as a duplicate of bug 145127 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to