We may install some software manually. For example, we can run the Idea Intellij by running idea.sh. But it’s not so convenient. So we can create a shortcut for the problem.
Create a Idea.desktop file on the desktop. The content is as follow.
1 2 3 4 5 6 7 8 |
[Desktop Entry] Name=IdeaIU Comment=Idea IntelliJ 13.0 Exec=/home/decoet/idea-IU-135.909/bin/idea.sh Icon=/home/decoet/idea-IU-135.909/bin/idea.png Terminal=false Type=Application Categories=Developer; |
You may need to change the paths in the file and save the file.
Moreover, we need to change the permission of this file by the following command.
1 |
chmod +x Idea.desktop |
After that we can run the problem by double click the icon.