-
-
Save sluczak/bb5d0b81f5c5ecbc3457 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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/rob/.intellij-13/bin/idea.png | |
| Name[en_US]=IntelliJ | |
| Exec=/home/rob/.intellij-13/bin/idea.sh | |
| Name=IntelliJ | |
| Icon=/home/rob/.intellij-13/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