Skip to content

Instantly share code, notes, and snippets.

@kpb
Created January 20, 2016 15:44
Show Gist options
  • Save kpb/509a4bb7e0aaff7a0d70 to your computer and use it in GitHub Desktop.
Save kpb/509a4bb7e0aaff7a0d70 to your computer and use it in GitHub Desktop.
# place in ~/.local/share/applications
[Desktop Entry]
Name=IntelliJ
Icon=/home/kbowen/bin/idea-IU-139.1117.1/bin/idea.png
Exec=/home/kbowen/bin/idea-IU-139.1117.1/bin/idea.sh %U
Categories=Development
StartupNotify=true
Terminal=false
Type=Application
or
[Desktop Entry]
Encoding=UTF-8
Name=NetBeans IDE 8.1
Comment=The Smarter Way to Code
Exec=/home/kbowen/bin/netbeans-8.1/bin/netbeans
Icon=/home/kbowen/bin/netbeans-8.1/nb/netbeans.png
Categories=Application;Development;Java;IDE
Version=1.0
Type=Application
Terminal=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment