From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.0 (like Gecko) Description of problem: When I run ooimpress and press F5 for a full-screen display I get a dialog box saying that the JRE is defective and the message "[Java framework]sunjavaplugin.so could not load Java runtime library: file:///usr/lib/libgcj.so.6." is displayed on standard output. The presentations in question are on http://www.coker.com.au/selinux/talks/rh-2006/ Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: Load up tut-1-core.odp or tut-2-mcs-mls.odp from the above URL.g Additional info:
Do what the message tells you to do. It's telling you that since it auto-detected java originally on your machine (from gcc 4.0.0 libgcj.so.6) that the jvm providing library has disappeared (which is true as gcc 4.0.1 moved to libgcj.so.7). i.e. tools->options->openoffice.org->java
let's see if we can silently catch this a re-detect java to pick up libgcj.so.7 in this case.
patch appears to work, will be in next respin