-
-
Save HatemAlSum/eb50db73207a9df32f20 to your computer and use it in GitHub Desktop.
Revisions
-
rob-murray revised this gist
Dec 30, 2013 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,18 @@ // 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 -
rob-murray created this gist
Oct 4, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ //Create file: sudo vim /usr/share/applications/intellij.desktop [Desktop Entry] Version=12.1 Type=Application Terminal=false Icon[en_US]=/home/rob/.intellij/bin/idea.png Name[en_US]=IntelliJ Exec=/home/rob/.intellij/bin/idea.sh Name=IntelliJ Icon=/home/rob/.intellij/bin/idea.png //Mod permissions sudo chmod 644 /usr/share/applications/intellij.desktop sudo chown root:root /usr/share/applications/intellij.desktop