Skip to content

Instantly share code, notes, and snippets.

@AlexanderFabisch
Created December 16, 2017 17:24
Show Gist options
  • Save AlexanderFabisch/f4f29ce2fbe918ddc3f957ddd7ffeae8 to your computer and use it in GitHub Desktop.
Save AlexanderFabisch/f4f29ce2fbe918ddc3f957ddd7ffeae8 to your computer and use it in GitHub Desktop.
Running XMind on Ubuntu 14.04

Running XMind on Ubuntu 14.04

# You can use Docker to run current XMind versions on Ubuntu 14.04
xhost local:root
sudo docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -v path/to/xmind:/xmind --privileged ubuntu:16.04

# in the docker container:
apt-get update
apt-get install default-jre
echo export DISPLAY=:0 > ~/.bashrc  # to make it permanent
export DISPLAY=:0
# start executable
cd /xmind/XMind_amd64
./XMind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment