Created
December 11, 2021 15:40
-
-
Save quan-vu/2f62389e57dcae90f35f23d307f4a5e8 to your computer and use it in GitHub Desktop.
How to add PhpStorm to Ubuntu Unity Launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=PhpStorm | |
Icon=/home/super/Programs/PhpStorm-2021.3/bin/phpstorm.png | |
Exec="/home/super/Programs/PhpStorm-2021.3/bin/phpstorm.sh" %f | |
Comment=Develop with pleasure! | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-phpstorm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment