Package Details: xmind 26.03.04129.202605170806-1

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)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 Next › Last »

RemiliaForever commented on 2018-02-04 10:56 (UTC)

@nareshseep

it seems you hava no permission to write configuration files. What is your ~/.xmind directory permission? And files in ~/.xmind directory?

nareshseep commented on 2018-02-04 10:27 (UTC)

@RemiliaForever

the log has this error when ran as normal user

!ENTRY org.eclipse.osgi 4 0 2018-02-04 06:24:16.697 !MESSAGE Error reading configuration: Permission denied !STACK 0 java.io.IOException: Permission denied at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createTempFile(File.java:2024)

RemiliaForever commented on 2018-01-25 04:29 (UTC) (edited on 2018-01-25 04:39 (UTC) by RemiliaForever)

@electricprism, fixed.

electricprism commented on 2018-01-24 21:58 (UTC)

Could someone share a fix on patching in

  1. File Icons for .xmind files

  2. A launcher so I can set the default application of .xmind files to open in.

RemiliaForever commented on 2018-01-23 01:50 (UTC)

@nareshseep, Xmind needs jre>=8. If you want to set jre7 as system default, you could edit /usr/bin/XMind and override PATH environment to make xmind use jre8.

What's the error messages? If it crash on start, trying delete ~/.xmind directory.

BTW, you can change jre(8/9) or gtk(2/3) version in XMind.ini/PKGBUILD, default use jre8 and gtk3, read PKGBUILD for more information. But old configuration may cause crash on start, after xmind update. I hava no idea there is a better way to solve that.

nareshseep commented on 2018-01-22 20:28 (UTC)

additional info was able to launch the program as root.. if i launch it as normal user it will not run

nareshseep commented on 2018-01-22 19:45 (UTC)

Was getting the error jdk 1.8 required...

checked jdk version

archlinux-java status

Available Java environments: java-7-openjdk/jre (default) java-8-openjdk/jre

set jdk 1.8 as default

sudo archlinux-java set java-8-openjdk/jre

Was able to launch xmind with no issues afterwards.

nperic commented on 2017-10-08 15:09 (UTC)

I managed to get it running under Java 9 by adding --add-modules=java.se.ee to the XMind.ini, here is the diff: @@ -13,4 +13,5 @@ -eclipse.keyring @user.home/.xmind/secure_storage_linux -vmargs +--add-modules=java.se.ee -Dfile.encoding=UTF-8 I'm still seeing the following error in the log, not sure if that existed before, didn't check the log while I had Java 8: !ENTRY org.xmind.cathy 1 0 2017-10-08 17:03:47.257 !MESSAGE Skip unrecognized command line argument: '-eclipse.keyring' !ENTRY org.xmind.cathy 1 0 2017-10-08 17:03:47.258 !MESSAGE Skip unrecognized command line argument: '@user.home/.xmind/secure_storage_linux'

ram4nd commented on 2017-10-05 11:06 (UTC) (edited on 2017-10-05 11:07 (UTC) by ram4nd)

Deleting ~/.xmind helped with the error. java.version=1.8.0_144 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -eclipse.keyring @user.home/.xmind/secure_storage_linux Command-line arguments: -os linux -ws gtk -arch x86_64 -data @user.home/.xmind/workspace -eclipse.keyring @user.home/.xmind/secure_storage_linux !ENTRY org.eclipse.osgi 4 0 2017-10-05 14:05:16.058 !MESSAGE Application error !STACK 1 java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini). at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:78) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519) at org.eclipse.equinox.launcher.Main.main(Main.java:1492)

zhangyi commented on 2017-09-25 07:53 (UTC)

I set "--launcher.GTK_version" in /usr/share/xmind/XMind/XMind.ini from 3 to 2, then it runs smoothly