I have installed the latest version of IntelliJ 2019.3 community edition on my laptop which is running Ubuntu V19.04. Recently IntelliJ developed a problem where a normal way to start it was not working at all, so i am launching it by going into its /bin
folder and write ./idea/sh
to start the application.
My question here is how can I make IntelliJ start without going to its directory and type a command to run it everytime?