FS#51680 - [geogebra] No Sign-in option due to faulty launch script
Attached to Project:
Community Packages
Opened by Oscar (oscar.h) - Thursday, 03 November 2016, 19:33 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 14 November 2016, 18:03 GMT
Opened by Oscar (oscar.h) - Thursday, 03 November 2016, 19:33 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 14 November 2016, 18:03 GMT
|
Details
Description:
When installed the package offers no option to sign in which it should. This works using the package from the geogebra website. If I replace the launch script with this package with the default than it works perfectly so this must be where the fault is. I attached the default launch script that seems to work. Additional info: * 5.0.286.0 * default config Steps to reproduce: Install and run the program |
This task depends upon
geogebra
Hope this helps,
PS. Could a mod please change the title and possibly the original text as either I cannot or am being thick
1. $ archlinux-java status
2. $ ls -l /usr/lib/jvm/default
Because I'm using oracle 8 by default and the package works correctly. It seems that upstream provides oracle java inside the bundle:
$ ./jre1.7.0_45-x86_64/bin/java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
So ofc using upstream bundle solves your issue. According to this I would note that usually we don't provide java components with packages (it is like provide own python for each python executable), so the only thing I recommend you is to use Oracle java 7 or later. And as soon as package works (with some restrictions) with openjdk I see no reasons to change dependency list.