You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory we could switch to unoserver but it has the same issues as unoconv.
To fix the problem of hanging LibreOffices and race-conditions every call to LibreOffice should use --env:UserInstallation=$RANDOM_UNIQUE_TEMP_DIR. Of course it is not 100% certain that this works, until we tested it.
Using unshare to isolate LibreOffices needs the settings:
In theory we could switch to unoserver but it has the same issues as unoconv.
To fix the problem of hanging LibreOffices and race-conditions every call to LibreOffice should use
--env:UserInstallation=$RANDOM_UNIQUE_TEMP_DIR
. Of course it is not 100% certain that this works, until we tested it.Using
unshare
to isolate LibreOffices needs the settings:The text was updated successfully, but these errors were encountered: