Skip to content

Instantly share code, notes, and snippets.

@HatemAlSum
Forked from rob-murray/add_intellij_launcer
Last active August 29, 2015 14:06
Show Gist options
  • Save HatemAlSum/eb50db73207a9df32f20 to your computer and use it in GitHub Desktop.
Save HatemAlSum/eb50db73207a9df32f20 to your computer and use it in GitHub Desktop.

Revisions

  1. @rob-murray rob-murray revised this gist Dec 30, 2013. 1 changed file with 7 additions and 6 deletions.
    13 changes: 7 additions & 6 deletions add_intellij_launcer
    Original file line number Diff line number Diff line change
    @@ -1,17 +1,18 @@
    //Create file:
    // create file:
    sudo vim /usr/share/applications/intellij.desktop

    // add the following
    [Desktop Entry]
    Version=12.1
    Version=13.0
    Type=Application
    Terminal=false
    Icon[en_US]=/home/rob/.intellij/bin/idea.png
    Icon[en_US]=/home/rob/.intellij-13/bin/idea.png
    Name[en_US]=IntelliJ
    Exec=/home/rob/.intellij/bin/idea.sh
    Exec=/home/rob/.intellij-13/bin/idea.sh
    Name=IntelliJ
    Icon=/home/rob/.intellij/bin/idea.png
    Icon=/home/rob/.intellij-13/bin/idea.png


    //Mod permissions
    // mod permissions
    sudo chmod 644 /usr/share/applications/intellij.desktop
    sudo chown root:root /usr/share/applications/intellij.desktop
  2. @rob-murray rob-murray created this gist Oct 4, 2013.
    17 changes: 17 additions & 0 deletions add_intellij_launcer
    Original 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