vijaymoorthy001 / xmind3

Automatically exported from code.google.com/p/xmind3
0 stars 0 forks source link

Crashes upon triggering browser related menu items #249

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
by trying any of these menus just crashes XMind:
Help -> XMind Help
Help -> Feedback to XMind.net
Edit -> Preferences -> Web Browser

I suppose this should open a browser window/tab with requested information. The 
prefences would probably allow me to configure the default browser.

I use Debian GNU/Linux 64bit, Java 7u45.
Browsers installed: Google Chrome (default), Chromium, Iceweasel, Firefox.

I think XMind is trying to detect the browser and messes up something.
Perhaps try using the default method in Java:
http://docs.oracle.com/javase/7/docs/api/java/awt/Desktop.html

otherwise use xdg-open utility on Linux (which does the same "default browser" 
automagic).

Original issue reported on code.google.com by mmikucio...@gmail.com on 8 Nov 2013 at 3:27

GoogleCodeExporter commented 9 years ago
oh, and use XMind 3.4.0

Original comment by mmikucio...@gmail.com on 8 Nov 2013 at 3:28