Pour faire un laucher pour Unity, il faut créer un fichier dans .local/share/applications

par exemple : jetbrains-phpstorm.desktop

et y écrire: (si Phpstorm est installé dans /opt/ )

[Desktop Entry]                                                                  
Version=1.0                                                                   
Type=Application                                                                
Name=JetBrains PhpStorm                                                         
Exec=/opt/PhpStorm/bin/phpstorm.sh %f                                           
Icon=/opt/PhpStorm/bin/webide.png                                               
Comment=no comment                                                  
Categories=Development;IDE;                                                     
Terminal=false                                                                  
StartupNotify=true                                                              
StartupWMClass=jetbrains-phpstorm