Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


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/
 `. `'  rene@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70

Context


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.