Skip to content

Instantly share code, notes, and snippets.

@francoiscabrol
Last active April 24, 2018 13:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francoiscabrol/c29692b23788e76832a0 to your computer and use it in GitHub Desktop.
Save francoiscabrol/c29692b23788e76832a0 to your computer and use it in GitHub Desktop.
webstorm.desktop

For getting webstorm fully install as a regular ubuntu app, and don't have to launch it with the script ./webstorm.sh add these webstorm.desktop in your /usr/share/applications/. Don't forget to replace WEBSTORM_PATH by your webstorm absolute path

[Desktop Entry]
Type=Application
Name=JetBrains WebStorm
Exec=WEBSTORM_PATH/bin/webstorm.sh %f
Icon=WEBSTORM_PATH/bin/webide.png
Comment=Develop with pleasure!
Categories=Development;IDE;
Terminal=false
StartupNotify=true
StartupWMClass=jetbrains-webstorm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment