Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
16.4.4
-
None
-
Unknown
-
Description
Steps to reproduce
Starts OpenOffice/LibreOffice process
On debian, with LibreOffice 24.2, the command looks like:
sudo /opt/libreoffice24.2/program/soffice --headless --accept="socket,host=0.0.0.0,port=8100;urp;", --nofirststartwizard &
Configure XWiki to use an externally managed OpenOffice server process
- in xwiki.properties, set openoffice.serverType = 1
- Restart XWiki
Import a text document containing images
You can use the given example: 011-FREE-Clipart-4Pages-DOCX.docx .
Expected results
The images are attached into the imported document's page, and are displayed in the page
Actual results:
There is no attachment and anything is displayed in the page.
Other info
It works correctly with an internally managed process.