mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
commit
95bce2b20c
3 changed files with 14 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -56,8 +56,12 @@
|
||||||
|
|
||||||
* Minimum required version of _wayland-protocols_ is now 1.32
|
* Minimum required version of _wayland-protocols_ is now 1.32
|
||||||
([#1391][1391]).
|
([#1391][1391]).
|
||||||
|
* `foot-server.service` systemd now checks for
|
||||||
|
`ConditionEnvironment=WAYLAND_DISPLAY` for consistency with the
|
||||||
|
socket unit ([#1448][1448])
|
||||||
|
|
||||||
[1391]: https://codeberg.org/dnkl/foot/issues/1391
|
[1391]: https://codeberg.org/dnkl/foot/issues/1391
|
||||||
|
[1448]: https://codeberg.org/dnkl/foot/pulls/1448
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
@ -67,6 +71,13 @@
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
* Race condition for systemd units start in GNOME and KDE
|
||||||
|
([#1436][1436]).
|
||||||
|
|
||||||
|
[1436]: https://codeberg.org/dnkl/foot/issues/1436
|
||||||
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ Requires=%N.socket
|
||||||
Description=Foot terminal server mode
|
Description=Foot terminal server mode
|
||||||
Documentation=man:foot(1)
|
Documentation=man:foot(1)
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
|
After=graphical-session.target
|
||||||
|
ConditionEnvironment=WAYLAND_DISPLAY
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical-session.target
|
WantedBy=graphical-session.target
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ ListenStream=%t/foot.sock
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
|
After=graphical-session.target
|
||||||
ConditionEnvironment=WAYLAND_DISPLAY
|
ConditionEnvironment=WAYLAND_DISPLAY
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue