Skip to content

Instantly share code, notes, and snippets.

@seancallaway
Created May 24, 2017 19:51
Show Gist options
  • Save seancallaway/55c21f6489fbc412b6a5bfd380c2db2a to your computer and use it in GitHub Desktop.
Save seancallaway/55c21f6489fbc412b6a5bfd380c2db2a to your computer and use it in GitHub Desktop.
Desktop entry for launching JAR files.
# /usr/share/applications/jar-launcher.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=java -jar %f
Icon=java
Name=jar-launcher
Comment=Launch a jar file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment