Method steps for linux to install xmind

  • 2021-06-28 14:48:20
  • OfStack

1. Download xmind

Baidu, Official Download xmind linux Version

Or local download address https://www.ofstack.com/softs/587908.html

2. Unzip to installation directory

My installation directory is /opt/xmind-8-linux

3. Installation-related dependencies


sudo /opt/xmind-8-linux/setup.sh

4. Modification /opt/xmind-8-linux/XMind_amd64/XMind.ini文件


-configuration
/opt/xmind-8-linux/XMind_amd64/configuration
-data
/opt/xmind-8-linux/workspace
-startup
/opt/xmind-8-linux//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
/opt/xmind-8-linux//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
-vmargs
-Dfile.encoding=UTF-8

This means changing the relative path of the configuration file within the file to an absolute path, otherwise you must switch to the XMind directory to run the file

Now you can, cut to /opt/xmind-8-linux/XMind_amd64 lower ./XMind, Open xmind

5. Add environment variables, add menu icons

I don't think it's necessary to add environment variables. It's more convenient to add menu icons directly. But here's 1 for running xmind from the command line

Add environment variables


sudo vi /etc/profile

Add at the end of the file


export PATH=$PATH:/opt/xmind-8-linux/XMind_amd64

Add menu icon


sudo vi /usr/share/applications/xmind.desktop

Edit Content


[Desktop Entry]
Exec=/opt/xmind-8-linux/XMind_amd64/XMind
Icon=/opt/xmind-8-linux/XMind_amd64/xmind.png
Type=Application
Terminal=false
Name=Xmind
GenericName=Development
Categories=Development;IDE;
InitialPreference=9

xmind.png Picture Baidu 1, content can be changed according to your needs


Related articles: