Skip to content

Instantly share code, notes, and snippets.

@danwild
Last active July 5, 2017 00:02
Show Gist options
  • Save danwild/a0bb8096b7cb2e24ac21a81cdc9e0db2 to your computer and use it in GitHub Desktop.
Save danwild/a0bb8096b7cb2e24ac21a81cdc9e0db2 to your computer and use it in GitHub Desktop.
Ubuntu desktop icon to run Intellij IDEA with JAVA_HOME explicitly defined
# /usr/share/applications/jetbrains-idea.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA
Icon=/opt/idea-IU-143.2370.31/bin/idea.png
Exec=env JAVA_HOME=/usr/java/jdk1.8.0_131 "/opt/idea-IU-143.2370.31/bin/id$
Comment=Develop with pleasure!
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment