mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -04:00
*.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:
parent
a2f765b72a
commit
1ced3ef6dd
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ Keywords=shell;prompt;command;commandline;
|
|||
Name=Foot Server
|
||||
GenericName=Terminal
|
||||
Comment=A wayland native terminal emulator (server)
|
||||
StartupWMClass=foot
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue