Intellij launcher doesn't work on unity?
You can use "tools" > "create desktop entry", in IntelliJ itself.
- 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
event with create desktop entry there still an error, because the launcher is not reading JDK_HOME configuration.
so after creating the desktop entry , right click on the launcher and select properties then add bash -i before double quote in command input text exp :command [ bash -i " /home/me/ides/idea/bin/idea.sh" %f ]