After upgrading Ubuntu to 19.04 I saw that installing XMind does not work out of the box anymore. When trying to install XMind 8
(more exactly xmind-8-update8-linux.zip) via the setup.sh
included, some dependencies are not available in the recent version of Ubuntu.
I found out that a possible workaround is to download and install these missing dependencies manually from the 18.10 repos before running the XMind setup:
- libicu60_60.2-6ubuntu1_amd64.deb
- libjavascriptcoregtk-1.0-0_2.4.11-4_amd64.deb
- libwebkitgtk-1.0-0_2.4.11-4_amd64.deb
But, is anyone aware of a nicer or native solution in Ubuntu 19.04? Or, otherwise, is there any danger / drawback using these packages from 18.10?
Just for convenience: This is the list of all the already known workarounds required to get XMind running on recent versions of Ubuntu (a script carrying out the whole installation and all the fixes can be found in the Ubuntu Pastebin):
- set absolute paths in the XMind.ini,
- create a launcher, and
- make custom user settings work (see script).