mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -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
|
encoded as `CSI R`, but this was removed from the specification
|
||||||
since `CSI R` conflicts with the _”Cursor Position Report”_.
|
since `CSI R` conflicts with the _”Cursor Position Report”_.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
@ -64,8 +63,12 @@
|
||||||
* Crash when scrolling after resizing the window with non-zero
|
* Crash when scrolling after resizing the window with non-zero
|
||||||
scrolling regions.
|
scrolling regions.
|
||||||
* `XTMODKEYS` state not being reset on a terminal reset.
|
* `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
|
[1317]: https://codeberg.org/dnkl/foot/issues/1317
|
||||||
|
[1318]: https://codeberg.org/dnkl/foot/pulls/1334
|
||||||
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,3 @@ 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
|
|
||||||
|
|
|
||||||
|
|
@ -9,4 +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
|
StartupWMClass=footclient
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue