개요

우분투에서 intellij, pycharm을 깔고 나면 기본적으로 desktop application 바로가기가 만들어져 있지 않다.

이를 손쉽게 만드는 방법을 정리해둔다.

방법

테스트 결과 intellij, pycharm 등 jetbrains IDE는 모두 동일하게 적용된다.

- Open a terminal, in /path/idea/bin folder
- Start IntelliJ with ./idea.sh
- Tools -> Generate Desktop Entry
- Close IntelliJ
- In the terminal, start nautilus as admin (gksudo nautilus)
- Go to /usr/share/applications
- Drag the new icon for IntelliJ to your launcher

Reference