toralf Developer
Joined: 01 Feb 2004 Posts: 3940 Location: Hamburg
|
Posted: Thu Mar 03, 2016 2:26 pm Post subject: LO 5.0.3.2->5.0.5.2: 2 issues |
|
|
I got a crash in the splash screen and a missing java issue:
Code: | $ soffice
javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx
$ java -version
java version "1.7.0_95"
OpenJDK Runtime Environment (IcedTea 2.6.4) (Gentoo icedtea-7.2.6.4-r1)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
| Whilst this helps to prevent a crash of the splash screen: Code: |
t44 ~ # paxctl-ng -vm /usr/lib64/libreoffice/program/soffice.bin
/usr/lib64/libreoffice/program/soffice.bin:
PT_PAX : -em--
XATTR_PAX : -em--
| before it was Code: | t44 ~ # paxctl-ng -v /usr/lib64/libreoffice/program/soffice.bin
/usr/lib64/libreoffice/program/soffice.bin:
PT_PAX : -e---
XATTR_PAX : -em--
|
(I disabled in the mwan while CONFIG_PAX_PT_PAX_FLAGS in the kernel) I do wonder how to solve the java issue.
Installing Oracle JRE doesn't help FWIW. |
|