On 12/9/25 21:26, John Paul Adrian Glaubitz wrote:
In order to debug what was going own, I added some debug code to print the
contents of:
toAbsoluteFileUrl(argSoffice.copy(RTL_CONSTASCII_LENGTH("path:"))).pData
which yielded:
file:///home/glaubitz/loffice/libreoffice-26.2.0~beta1/instdir/program/soffice
Looking at instdir/program, there is no "soffice", just "soffice.bin" which I
can run manually:
On Linux, instdir/program/soffice is the main entry point (and it is a
shell script around soffice.bin). It is generated from
desktop/scripts/soffice.sh via makefile targets in
desktop/CustomTarget_sofice.mk and desktop/Package_soffice_sh.mk.