Skip to content

Instantly share code, notes, and snippets.

@gecbla
Forked from llbbl/gist:b08ed19281c06483242b
Created December 15, 2015 22:29
Show Gist options
  • Save gecbla/7af33acfddee631b969c to your computer and use it in GitHub Desktop.
Save gecbla/7af33acfddee631b969c 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