There are several very useful applets from Mint Cinnamon which I would like to be able to use on another distribution:
http://cinnamon-spices.linuxmint.com/applets.
I know how to write a shell script containing a command to change to the appropriate directory, then start a Java program, for example:
Code:
cd /home/chris/programs
java -Xms512m -Xmx2048m -Dorg.XXXXX.scriptRun=true -cp XXXXX.jar:lib org.XXXXX.XXXXX
I think these applets are written in Javascript, is it possible to write a similar shell script for this type of program?
When I have created the shell script, I assume I could create a .desktop file to run it, is that correct?
Ubuntu specific: Would it then be possible to get it onto the Ubuntu Launcher?