Package Details: xmind8 8.update9-2

Git Clone URL: https://aur.archlinux.org/xmind8.git (read-only, click to copy)
Package Base: xmind8
Description: Brainstorming and Mind Mapping Software (legacy version based on Eclipse)
Upstream URL: https://www.xmind.net/xmind8-pro/
Licenses: LGPL, EPL
Conflicts: xmind
Provides: xmind
Submitter: KokaKiwi
Maintainer: ivoshm
Last Packager: ivoshm
Votes: 3
Popularity: 0.000001
First Submitted: 2022-03-03 14:05 (UTC)
Last Updated: 2023-11-01 08:51 (UTC)

Dependencies (4)

Required by (0)

Sources (6)

Latest Comments

hajonnes commented on 2023-09-04 12:20 (UTC) (edited on 2023-09-04 12:21 (UTC) by hajonnes)

Using gtk2 instead of gtk3, which is the default, makes xmind run much faster. To do so you have to change –launcher.GTK_version in /usr/share/xmind/XMind/XMind.ini from 3 to 2.

Here is my edited file as reference:

-configuration
@user.home/.xmind/configuration
-data
@user.home/.xmind/workspace
-startup
../plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
../plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444
--launcher.defaultAction
openFile
--launcher.GTK_version
2
-eclipse.keyring
@user.home/.xmind/secure_storage_linux
-vm
/usr/lib/jvm/java-8-openjdk/jre/bin/java
-vmargs
-Dfile.encoding=UTF-8

fft commented on 2023-07-03 14:34 (UTC)

BTW, XMind8 requires exact java8: https://support.xmind.net/hc/en-us/community/posts/900001262503

java-runtime is a bit weak dependency. As I understand, PKGBUILD does not allow to specify dependency like "A or B", but possibly better to add varians of jre8 to optdepends as for GTK was done here.

Sleipnir commented on 2022-04-21 14:57 (UTC)

For some reason when I try to run this I got an error claiming it can't find the JRE in the directory /usr/lib/jvm/java-8-openjdk/bin/java.

The jre8-openjdk installation actually places it in the path /usr/lib/jvm/java-8-openjdk/jre/bin/java (ArchLabs Linux)

I tried to use archlinux-java commands to correctly set the JRE and fix any issues, but it doesn't help.

I found the solution was to edit the Xmind.ini file located at /usr/share/xmind/XMind/XMind.ini

There's a line under -vm with the above wrong path. If you correct that to point to your JRE it works fine.

hajonnes commented on 2022-04-11 13:14 (UTC)

Thanks for posting this. I had xmind 8 and then I updated it. Automatically it updated to xmind 2022 which is nice and all but the free version is much impaired compared to xmind 8. With this I can still use all the functionality of xmind 8 for free.

KokaKiwi commented on 2022-03-04 00:12 (UTC)

Update xmind instead of creating alternative pkgbuilds

The goal of this package is to provide the XMind 8 version, since there are both the "2021 version" (soon 2022) and this one

FabioLolix commented on 2022-03-03 16:42 (UTC)

Update xmind instead of creating alternative pkgbuilds