Skip to content

Instantly share code, notes, and snippets.

@jthmiranda
Created June 12, 2013 21:23
Show Gist options
  • Save jthmiranda/5769256 to your computer and use it in GitHub Desktop.
Save jthmiranda/5769256 to your computer and use it in GitHub Desktop.
Create a app laucher on Unity enviroment
[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