Thanks. With java-10-openjdk works correct.
Search Criteria
Package Details: xmind 26.03.04129.202605170806-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xmind.git (read-only, click to copy) |
|---|---|
| Package Base: | xmind |
| Description: | Brainstorming and Mind Mapping Software |
| Upstream URL: | https://www.xmind.net |
| Keywords: | office productivity |
| Licenses: | unknown |
| Submitter: | arojas |
| Maintainer: | bacteriostat |
| Last Packager: | bacteriostat |
| Votes: | 54 |
| Popularity: | 0.006435 |
| First Submitted: | 2017-07-06 19:05 (UTC) |
| Last Updated: | 2026-05-18 11:10 (UTC) |
Dependencies (4)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libxkbfile
- nss (nss-hgAUR)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »
remak commented on 2019-03-07 07:14 (UTC)
weearc commented on 2019-02-05 16:56 (UTC)
please remove line --add-modules=java.se.ee
user_serge commented on 2019-02-04 16:05 (UTC)
Thank you, everything seems to work.
micleh commented on 2019-01-27 09:11 (UTC) (edited on 2019-01-27 09:12 (UTC) by micleh)
OpenJDK8 works for me, too. Added this line at the beginning of XMind.ini, as recommended by @maoxuner:
-vm /usr/lib/jvm/java-8-openjdk/bin
and commented out the last line with a '#', which @user_serge recommended.
--add-modules=java.se.ee
farfoodyou commented on 2019-01-26 08:15 (UTC) (edited on 2019-01-26 08:15 (UTC) by farfoodyou)
If you needn't jdk11, you can change default java enviroment.
sudo pacman -S jdk10-openjdk
archlinux-java status
sudo archlinux-java set jdk-10-openjdk
It works for me.
maoxuner commented on 2019-01-10 16:42 (UTC) (edited on 2019-03-29 10:04 (UTC) by maoxuner)
Module java.se.ee was removed from java11
https://openjdk.java.net/jeps/320
https://jaxenter.com/jdk-11-java-ee-modules-140674.html
So it ends up in errors with option --add-modules=java.se.ee
There are 2 choices to handle the problem:
-
Remove option --add-modules=java.se.ee However it crashed again with java version openjdk version "11.0.1" 2018-10-16
-
Install the package jdk10-openjdk and change the vm for xmind http://forum.ubuntu.org.cn/viewtopic.php?t=487719 Edit /usr/share/xmind/XMind/XMind.ini and insert these two lines to the head of the file (remember to delete the empty line)
-vm
/usr/lib/jvm/java-10-openjdk/bin
The second choice works well with my laptop
user_serge commented on 2018-10-05 13:16 (UTC)
I removed "--add-modules=java.se.ee" in /usr/share/xmind/XMind/XMind.ini and it XMind started nice and easy.
RemiliaForever commented on 2018-09-23 16:11 (UTC)
@overclockedllama, I am not sure about your problem, please provide more information. But you could skip compression by edit makepkg.conf. BTW, XMind Zen is based on electron, there are many js files, so strip may take a long time, not compression.
overclockedllama commented on 2018-09-23 14:29 (UTC)
compressing package taking forever? why is this?
reefland commented on 2018-08-26 13:58 (UTC) (edited on 2018-08-26 14:11 (UTC) by reefland)
Tried deleting the ~/.xmind directory which frequently works. Didn't work this time. My info:
$ pacman -Q xmind
xmind 3.7.8+8update8-1
$ java -version
openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
$ XMind
Unrecognized option: --add-modules=java.se.ee
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Gtk-Message: 09:34:59.111: GtkDialog mapped without a transient parent. This
is discouraged.
Had to edit /usr/share/xmind/XMind/XMind.ini and remove "--add-modules=java.se.ee" line. Once I did that XMind started right up.
Pinned Comments