Problems with the Welcome Screen

I’m working with Ubuntu 11.10.



http://www.youtube.com/watch?v=SnwU9gw6ip0



The program closed when it reaches to the welcome screen :/

Yeah, Alpha-4 doesn’t work on some Linux systems. You can disable the welcome screen by creating a config file and then best update the SDK to nightly to work properly on Linux (you can update even if it might show errors about opening the OpenGL window).



File to create:

jmp settings dir/dev/config/Preferences/com/jme3/gde/welcome.properties

Content:

NO_WELCOME_SCREEN=true



The location of the settings folder is probably home/.jmonkeyplatform on linux…



Btw, a forum search would have probably given you most of this information.

The core.properties already exists in linux, you can find it at:

[patch]~/.jmonkeyplatform/dev/config/Preferences/com/jme3/gde/core.properties

[/patch]

Edit: Malformed path again -.-.