Description: From * What led up to the situation? tried to open an existing spreadsheet using python uno * What exactly did you do (or not do) that was effective (or ineffective)? after adding libforuilo.so found in the libreoffice-core, to /usr/lib/libreoffice/program, opening an existing spreadsheet succeeded * What was the outcome of this action? no document was opened, no feedback * What outcome did you expect instead? that it was possible to open an existing or new spreadsheet using loadComponentFromURL Similar as https://bugs.documentfoundation.org/show_bug.cgi?id=158695 Steps to Reproduce: 1. build LO with --disable-gui 2. rm libforuilo.so 3. see description Actual Results: no document was opened, no feedback Expected Results: open an existing or new spreadsheet using loadComponentFromURL succeeds Reproducible: Always User Profile Reset: No Additional Info: -
> Steps to Reproduce: > 1. build LO with --disable-gui Actually here you need to do --disable-gui --disable-libmerged since otherwise libforuilo.so ends up in libmerged... > 2. rm libforuilo.so > 3. see description Then this works.
--disable-mergelibs that is (which is default in configure.ac but the release builds distro configs do --enable-mergelibs)
Let's set to NEW.