After trying sisco's advice I get a
Code:
Failed to execute command "cd /home/andrew/Downloads/PokeMMO-Client/ && ./PokeMMO.sh".
Same thing if I try just point to the script with .[path-to script]
And schragge, since I have
Code:
# Java PATHs
export JAVA_HOME=/opt/java/64/jdk1.6.0_34
export PATH=$PATH:$JAVA_HOME/bin
# Android tools
export PATH=${PATH}:~/android-sdk/tools
export PATH=${PATH}:~/android-sdk/platform-tools
export PATH=${PATH}:~/bin
In my bashrc I need to re-decalre the java paths in the launcher?
Edit- I tried adding a plain path to the script in the launcher and terminal flashes open for a second and then immedatly closes. But the script is fine when I run it in terminal from the pokemmo folder in thunar and terminal.
Bookmarks