mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
716b846f4e
This adds the StartupWMClass property to the desktop file, which window managers can use to determine when chatterino has opened and which window belongs to it. GNOME uses this property, so this will fix #1863. You can test this by applying this patch to the desktop file of an existing install. Relevant FreeDesktop docs: specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html#key-startupwmclass Fixes #1863
11 lines
202 B
Desktop File
11 lines
202 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Version=1.0
|
|
Name=Chatterino
|
|
Comment=Chat client for Twitch
|
|
Exec=chatterino
|
|
Icon=chatterino
|
|
Terminal=false
|
|
Categories=Network;InstantMessaging;
|
|
StartupWMClass=chatterino
|