Skip to content

Instantly share code, notes, and snippets.

@unixc3t
Created November 30, 2024 08:28
Show Gist options
  • Save unixc3t/e8f5ea229dd41a2834375a59b844fd16 to your computer and use it in GitHub Desktop.
Save unixc3t/e8f5ea229dd41a2834375a59b844fd16 to your computer and use it in GitHub Desktop.
resolve xmind can't run in linux os
1 add jar to ../XMind_Linux_64bit/
2 "Unable to acquire application service"
modify xmind.ini
-startup
/home/rudy/pro/xmind/Commons/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
/home/rudy/pro/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
-configuration
/home/rudy/pro/xmind/XMind_Linux_64bit/configuration
-data
/home/rudy/pro/xmind/Commons/data/workspace-cathy
--launcher.defaultAction
openFile
-vmargs
-Dfile.encoding=UTF-8
use absolute path replace the relative path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment