Last active
November 23, 2017 07:35
-
-
Save aitoraznar/a587c37f0222d814e7bf2c58bed35e3b to your computer and use it in GitHub Desktop.
Revisions
-
aitoraznar renamed this gist
Nov 23, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aitoraznar created this gist
Nov 23, 2017 .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,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