Created
June 12, 2013 21:23
-
-
Save jthmiranda/5769256 to your computer and use it in GitHub Desktop.
Create a app laucher on Unity enviroment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Napster | |
Comment=p2p | |
Exec=/home/user/Documentos/app-1-1-bin-32/appname | |
Icon=/home/user/Documentos/app-1-1-bin-32/icons/logo.xpm | |
Terminal=false | |
Type=Application | |
#Name: application name | |
#Comment: comment | |
#Exec: run path | |
#Icon: icon path | |
#Terminal: set false to run as process; set true to run in terminal | |
#Type: set the application type | |
#-------------------------------------------------------- | |
#save file extention as .desktop and set chmod +x | |
#-------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment