*.desktop: Update to allow footclient and foot to track running instances as separate icons in gnome.

Change app-id of footclient to "footclient".
Change StartupWMClass to footclient from foot to track app-id change.
This commit is contained in:
jdevdevdev 2023-05-02 01:53:01 +10:00
parent a2f765b72a
commit 1ced3ef6dd
No known key found for this signature in database
GPG key ID: CFA7C1B81166E2CC
3 changed files with 5 additions and 3 deletions

View file

@ -55,7 +55,6 @@
encoded as `CSI R`, but this was removed from the specification
since `CSI R` conflicts with the _”Cursor Position Report”_.
### Deprecated
### Removed
### Fixed
@ -64,8 +63,12 @@
* Crash when scrolling after resizing the window with non-zero
scrolling regions.
* `XTMODKEYS` state not being reset on a terminal reset.
* In Gnome dock foot always groups under "foot client".
Change instances of footclient and foot to appear as "foot client"
and "foot" respectively. ([#1318][1318])
[1317]: https://codeberg.org/dnkl/foot/issues/1317
[1318]: https://codeberg.org/dnkl/foot/pulls/1334
### Security

View file

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

View file

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