sábado, 18 de abril de 2015

Custom launcher in Unity

Create a file named application_whatever.desktop with:
[Desktop Entry]
Name=Application Name
Comment=Application Comment
Exec=/path/to/exec/command
Path=/path/
Icon=/path/to/icon
Terminal=false
Type=Application
StartupNotify=true
and put it in $HOME/.local/share/applications/

Sem comentários:

Enviar um comentário