Skip to content

Instantly share code, notes, and snippets.

@johnjohndoe
Created December 16, 2017 18:21
Show Gist options
  • Save johnjohndoe/cf0cf1b5100d43398ac9c26daf9fd296 to your computer and use it in GitHub Desktop.
Save johnjohndoe/cf0cf1b5100d43398ac9c26daf9fd296 to your computer and use it in GitHub Desktop.
Ubuntu desktop file for IntelliJ with Java 8. Location: ~/.local/share/applications/jetbrains-idea-ce.desktop
jetbrains-idea-ce.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA Community Edition
Icon=/home/USERNAME/bin/idea-IC-172.3942.27/bin/idea.png
Exec=env JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 /home/USERNAME/bin/idea-IC-172.3942.27/bin/idea.sh %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-idea-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment