Coder Social home page Coder Social logo

dinos80152 / xmind-linux-installer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mriza/xmind-linux-installer

28.0 28.0 4.0 2 MB

A simple BASH script to install XMind on Debian/Ubuntu 32/64 bit, include Launcher, MIME type link and icon.

License: GNU General Public License v3.0

Shell 100.00%
bash-script installer xmind

xmind-linux-installer's People

Contributors

dinos80152 avatar mriza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

xmind-linux-installer's Issues

Need java 8 to run

Xmind need java-8-openjdk installed to run. Otherwise, would be error on fresh java versions.
Workaround, in "/opt/xmind/XMind_amd64/Xmind.ini" add -vm optiont before -vmrgs with path to proper java:

-vm
/usr/lib/jvm/java-8-openjdk-amd64/bin/java
-vmargs

dinos 80152 small additon in how to install guide

Hi Dinos,
Please add this to your code else it gives error

echo "[setup] Installing dependencies...."
sudo apt-get install default-jre libgtk2.0-0 libwebkitgtk-1.0-0 lame libc6 libglib2.0-0

Also following need to be added if we get error while installing dependencies so clean and update

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean
sudo apt-get update

If the required directory is not found and gets following error:

Reading package lists… Done
Building dependency tree
Reading state information… Error!
E: Unable to parse package file /var/lib/apt/extended_states (1)

sudo mv /var/lib/apt/extended_states /var/lib/apt/extended_states_tmp

Finally post installation when :

XMind starts but then is aborted just before starting to run

Add following line to following

cd  /opt/xmind/XMind_amd64/
sudo gedit XMind.ini

And append following:
--add-modules=java.se.ee
OR

-vmargs
--add-modules=java.se.ee
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m 

I faced above issues and referred above docs here:
[](
https://askubuntu.com/questions/802415/apt-get-install-not-working-e-read-error-read-5-input-output-error

http://support.xmind.net/customer/portal/questions/17144128-xmind-starts-but-then-is-aborted-just-before-starting-to-run

https://sathyasays.com/2009/11/08/how-to-fix-e-unable-to-parse-package-file-varlibaptextended_states-1-error-in-synaptic-or-apt-get/)

Error Installing w/ Dependencies

There is an error while running the bash script.

Package libwebkitgtk-1.0-0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libwebkitgtk-1.0-0' has no installation candidate
Failed

Upon trying to open the application, I get the following error.
The configuration area at '/opt/xmind/Xmind_amd64/configuration' could not be created. Please choose a writable location using the '-configuration' command line option.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.