Skip to content

Instantly share code, notes, and snippets.

@leiless
Last active November 23, 2022 12:24
Show Gist options
  • Save leiless/86d2be9c5d567fa1c74f61eaa4cd24c2 to your computer and use it in GitHub Desktop.
Save leiless/86d2be9c5d567fa1c74f61eaa4cd24c2 to your computer and use it in GitHub Desktop.
/usr/share/applications/goland.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=GoLand
Icon=/home/foobar/app/GoLand-2021.1.1/bin/goland.png
Exec=/home/foobar/app/GoLand-2021.1.1/bin/goland.sh %F
Categories=Development;IDE
Terminal=false
StartupWMClass=jetbrains-goland
StartupNotify=true
@leiless
Copy link
Author

leiless commented May 6, 2021

@leiless
Copy link
Author

leiless commented May 13, 2021

~/.local/share/applications/jetbrains-idea.desktop

[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA Ultimate Edition
Icon=/home/foobar/app/idea-IU-211.7142.45/bin/idea.svg
Exec="/home/foobar/app/idea-IU-211.7142.45/bin/idea.sh" %f
Comment=Capable and Ergonomic IDE for JVM
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-idea
StartupNotify=true

@leiless
Copy link
Author

leiless commented May 15, 2021

image

@leiless
Copy link
Author

leiless commented Aug 4, 2021

jetbrains-pycharm.desktop

[Desktop Entry]
Version=1.0
Type=Application
Name=PyCharm
Icon=/home/foobar/app/pycharm-2021.2/bin/pycharm.png
Exec=/home/foobar/app/pycharm-2021.2/bin/pycharm.sh %F
Categories=Development;IDE
Terminal=false
StartupWMClass=jetbrains-pycharm
StartupNotify=true

Put under ~/.local/share/applications/ or /usr/share/applications/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment