Skip to content

Instantly share code, notes, and snippets.

@piffall
Created September 26, 2014 13:38
Show Gist options
  • Save piffall/49c62e923e989944d811 to your computer and use it in GitHub Desktop.
Save piffall/49c62e923e989944d811 to your computer and use it in GitHub Desktop.
Create and install Application Launcher
#!/bin/bash
desktop-file-install example.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Terminal=false
Type=Application
Name=Application name
Name[es_ES.UTF-8]=Nombre aplicación
Comment=Comment about application
Comment[es_ES.UTF-8]=Comentario sobre la aplicación
Exec=/path/to/app/app
Icon=/path/to/app/icon.png
Categories=Application;Utility;
X-Desktop-File-Install-Version=0.21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment