So last week (until June 16th) I ran into issues with integrating my
program with LibreOffice using UNO. The goal is to start LibreOffice
Impress, connect to it (initially using the Impress Remote Protocol, but
it was decided that UNO would be more suitable), and open/ play/ control
slideshows this way.
Below is some information on what was done.
LibreOffice was started thus,
soffice --impress "--accept=socket,host=localhost,port=2002;urp;"
or thus,
soffice --impress "--accept=pipe,name=hello;urp;"
My mentor was able to run the following script and successfully connect
to LibreOffice,
http://paste.debian.net/1088385/
However, when I ran the same script `python3 myscript.py` I got this,
http://paste.debian.net/1088386/
My mentor advised to run `make UITest_demo_ui` which ran fine, but
`make UITest` failed with the same error as above,
http://paste.debian.net/hidden/ca319a53/
Would be great if anyone had any advice on how to solve this.
rasmus
Context
- UNO connection problems (GSOC Report Week 3) · Rasmus Jonsson
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.