Published Mar 11, 2021
[
 
]
Create a launcher in text editor
[Desktop Entry]
Version=1.0
Type=Application
Name=PyCharm
Icon=/opt/pycharm-2017.1.1/bin/pycharm.png
Exec="/opt/pycharm-2017.1.1/bin/pycharm.sh" %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-pycharm
Save it to
/home/yourname/.local/share/applications/appname.desktop
OR
/usr/share/applications/appname.desktop
Version=1.0
Type=Application
Name=WebStorm
Icon=/snap/webstorm/current/bin/webstorm.png
Exec=/snap/bin/webstorm
Comment=Webstorm
Categories=Development;
Terminal=false
StartupWMClass=jetbrains-webstorm
[Desktop Entry]
Version=1.0
Type=Application
Name=RubyMine
Icon=/snap/rubymine/current/bin/rubymine.png
Exec=/snap/bin/rubymine
Comment=RubyMine
Categories=Development;
Terminal=false
StartupWMClass=jetbrains-rubymine