Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kernelp4nic
Created July 2, 2016 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kernelp4nic/ee01bd1e57469560fe9e4eff769fcffb to your computer and use it in GitHub Desktop.
Save kernelp4nic/ee01bd1e57469560fe9e4eff769fcffb to your computer and use it in GitHub Desktop.
// create file:
sudo vim /usr/share/applications/intellij.desktop
// add the following
[Desktop Entry]
Version=13.0
Type=Application
Terminal=false
Icon[en_US]=/home/kernelp4nic/Software/idea-IC-145.1617.8/bin/idea.png
Name[en_US]=IntelliJ
Exec=/home/kernelp4nic/Software/idea-IC-145.1617.8/bin/idea.sh
Name=IntelliJ
Icon=/home/kernelp4nic/Software/idea-IC-145.1617.8/bin/idea.png
// mod permissions
sudo chmod 644 /usr/share/applications/intellij.desktop
sudo chown root:root /usr/share/applications/intellij.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment