Ubuntu 20.04: How to create shortcut startup mode in IntelliJ idea

(1) First, install IntelliJ idea
(2) then CD to the desktop directory
(3) enter touch idea.desktop
(4) enter sudo VI idea.desktop

[Desktop Entry]
Name=IntelliJ IDEA
Comment=IntelliJ IDEA
Exec=/usr/local/ideaIU/bin/idea.sh //This is in the IDEA directory of your own installation
Icon=/usr/local/ideaIU/bin/idea.png //This is in the IDEA directory of your own installation
Terminal=false
Type=Application
Categories=Developer;

After quitting,
Enter sudo Chmod + X idea. Desktop
and the idea. Desktop file will appear on the desktop. Right click and click allow to start

Read More: