View Single Post
Posts: 2 | Thanked: 1 time | Joined on Feb 2012
#27
For adding an icon on the home screen to directly run Microemulator, enter the following in a file "microemu.desktop" in /usr/share/applications

Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=Microemulator
Exec=/opt/ejre1.7.0_02/bin/java -jar /home/user/Java/microemulator-3.0.0/microemulator.jar
Icon=/opt/ejre1.7.0_02/java.png
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
You can use your own icon or use the attached icon. I stored it in /opt/ejre1.7.0_02.
Attached Images
 

Last edited by prophet412; 2012-02-16 at 02:26.