*.desktop: add StartupWMClass=foot

At least Gnome needs this in order to link running instances of foot
to their corresponding .desktop file, used e.g. when determining which
icon to display for running applications.

Closes #1317
This commit is contained in:
Daniel Eklöf 2023-04-05 14:39:02 +02:00
parent a858934c04
commit 479b3c8ee1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 9 additions and 0 deletions

View file

@ -48,6 +48,12 @@
### Deprecated ### Deprecated
### Removed ### Removed
### Fixed ### Fixed
* Incorrect icon in dock and window switcher on Gnome ([#1317][1317])
[1317]: https://codeberg.org/dnkl/foot/issues/1317
### Security ### Security
### Contributors ### Contributors

View file

@ -9,3 +9,4 @@ Keywords=shell;prompt;command;commandline;
Name=Foot Server Name=Foot Server
GenericName=Terminal GenericName=Terminal
Comment=A wayland native terminal emulator (server) Comment=A wayland native terminal emulator (server)
StartupWMClass=foot

View file

@ -9,3 +9,4 @@ Keywords=shell;prompt;command;commandline;
Name=Foot Name=Foot
GenericName=Terminal GenericName=Terminal
Comment=A wayland native terminal emulator Comment=A wayland native terminal emulator
StartupWMClass=foot

View file

@ -9,3 +9,4 @@ Keywords=shell;prompt;command;commandline;
Name=Foot Client Name=Foot Client
GenericName=Terminal GenericName=Terminal
Comment=A wayland native terminal emulator (client) Comment=A wayland native terminal emulator (client)
StartupWMClass=foot