Skip to content

Instantly share code, notes, and snippets.

@aitoraznar
Last active November 23, 2017 07:35
Show Gist options
  • Select an option

  • Save aitoraznar/a587c37f0222d814e7bf2c58bed35e3b to your computer and use it in GitHub Desktop.

Select an option

Save aitoraznar/a587c37f0222d814e7bf2c58bed35e3b to your computer and use it in GitHub Desktop.

Revisions

  1. aitoraznar renamed this gist Nov 23, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. aitoraznar created this gist Nov 23, 2017.
    18 changes: 18 additions & 0 deletions add_intellij_launcer
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    // create file:
    sudo vim /usr/share/applications/intellij.desktop

    // add the following
    [Desktop Entry]
    Version=172.4343.14
    Type=Application
    Terminal=false
    Icon[en_US]=/home/aitor/app/idea-IU-172.4343.14/bin/idea.png
    Name[en_US]=IntelliJ
    Exec=/home/aitor/app/idea-IU-172.4343.14/bin/idea.sh
    Name=IntelliJ
    Icon=/home/aitor/app/idea-IU-172.4343.14/bin/idea.png


    // mod permissions
    sudo chmod 644 /usr/share/applications/intellij.desktop
    sudo chown root:root /usr/share/applications/intellij.desktop