Hi, see http://bugs.debian.org/637829. Basically oosplash relies on ../ure/bin being present, which isn't always the case. E.g. on Debian we have the whole ure in /usr/lib/ure.
We should use the proper mechanism (like basis-link/ure-link. I already committed it to master, OK for -3-4? diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index 85e2e28..3ad641c 100755 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -845,7 +845,7 @@ exec_javaldx (Args *args) rtl_uString_newFromAscii( &pApp, "file://" ); rtl_uString_newConcat( &pApp, pApp, args->pAppPath ); pTmp = NULL; - rtl_uString_newFromAscii( &pTmp, "/../ure/bin/javaldx" ); + rtl_uString_newFromAscii( &pTmp, "/../basis-link/ure-link/bin/javaldx" ); rtl_uString_newConcat( &pApp, pApp, pTmp ); rtl_uString_release( pTmp ); Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' r...@debian.org | GnuPG-Key ID: D03E3E70 `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70 _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice