Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thicolares/0b03fd8ec3cf9e25322088f149c13695 to your computer and use it in GitHub Desktop.
Save thicolares/0b03fd8ec3cf9e25322088f149c13695 to your computer and use it in GitHub Desktop.
Howto Add PhpStorm to Ubuntu Unity Launcher

PhpStorm 7.0x

Create a file ~/.local/share/applications/jetbrains-phpstorm.desktop

With the following value:

[Desktop Entry]
Version=1.0
Type=Application
Name=PhpStorm
Icon=/home/USER/PhpStorm-133.982/bin/webide.png
Exec="/home/USER/PhpStorm-133.982/bin/phpstorm.sh" %f
Comment=Develop with pleasure!
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-phpstorm

PhpStorm 8.0x

Create a file /usr/share/applications/jetbrains-phpstorm.desktop

[Desktop Entry]
Version=1.0
Type=Application
Name=PhpStorm
Icon=/home/USER/PhpStorm-138.2000.2262/bin/webide.png
Exec="/home/USER/PhpStorm-138.2000.2262/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