hibiscus
No description set
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ChristianMauderer:opensuse-installations:jameica/hibiscus && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000503 503 Bytes | |
hibiscus.changes | 0000084501 82.5 KB | |
hibiscus.desktop | 0000000132 132 Bytes | |
hibiscus.spec | 0000003945 3.85 KB |
Comments 2
The .desktop file is not working on openSUSE_Tumbleweed, see (https://www.willuhn.de/blog/index.php?/archives/766-Stolpersteine-unter-Java-9,-Teil-1.html). There is a Java exception after entering the password.
Here is a fix that works for me. The Exec line in the desktop file should be
JDK_JAVA_OPTIONS='--add-modules=java.se.ee' jameica
Thanks for the hint. I'm currently not using any Tumbleweed and therefore didn't note that problem. As far as I understood it, the variable should be no problem on older java versions but help on new ones. Therefore I added it to the desktop file.