|
Julian
|
|
Post:
Sep 12th 2007 at 11:46 AM |
|
|
/usr/bin/tuxguitar is a script launcher ( a text file )
so you can modify it with any text editor.
if you have ubuntu.. i think you can do:
sudo gedit /usr/bin/tuxguitar
and add "aoss" before ${JAVA} on last line
so it should like this:
aoss ${JAVA} ${VM_ARGS} -cp :${CLASSPATH} -Djava.library.path="${LD_LIBRARY_PATH}" ${MAINCLASS} "$1" "$2"
|
|