Skip to content

Instantly share code, notes, and snippets.

@fthiery
Created June 1, 2016 13:52
Show Gist options
  • Save fthiery/115f817649cab5aad1dfa80fa746f862 to your computer and use it in GitHub Desktop.
Save fthiery/115f817649cab5aad1dfa80fa746f862 to your computer and use it in GitHub Desktop.
Desktop entry for running java jar files from nautilus (among others), copy into /usr/share/applications/
[Desktop Entry]
Name=Java
Comment=Java
GenericName=Java
Keywords=java
Exec=java -jar %f
Terminal=false
X-MultipleArgs=false
Type=Application
MimeType=application/x-java-archive
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment