Last active
November 23, 2022 12:24
-
-
Save leiless/86d2be9c5d567fa1c74f61eaa4cd24c2 to your computer and use it in GitHub Desktop.
/usr/share/applications/goland.desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
~/.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
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
How can I view the WMClass attribute of a window in Xorg (linux)?
https://superuser.com/questions/142318/how-can-i-view-the-wmclass-attribute-of-a-window-in-xorg-linux
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables
xprop WM_CLASS