Skip to content

Instantly share code, notes, and snippets.

@anis016
Forked from rob-murray/add_intellij_launcer
Last active March 8, 2020 19:21
Show Gist options
  • Save anis016/5240849c02a758cde1a8413a4c1ee15d to your computer and use it in GitHub Desktop.
Save anis016/5240849c02a758cde1a8413a4c1ee15d to your computer and use it in GitHub Desktop.
Add pycharm launcher shortcut and icon for ubuntu
// create file:
$ sudo touch /usr/share/applications/pycharm.desktop
$ sudo vim /usr/share/applications/pycharm.desktop
[Desktop Entry]
Version=1.0
Name=PyCharm
GenericName=IDE
Exec="/home/ghost016/IDE/pycharm-community-2019.3.3/bin/pycharm.sh" %f
Terminal=false
Icon=/home/ghost016/IDE/pycharm-community-2019.3.3/bin/pycharm.png
Type=Application
Categories=TextEditor;IDE;Development;
StartupWMClass=jetbrains-pycharm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment