From f1075377d3f9e7073a15bb651e3dc2d1809bdba1 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Sat, 29 Jul 2023 20:54:59 +0200 Subject: [PATCH] changelog: systemd units in GNOME --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4682b9..f2272050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,8 +56,12 @@ * Minimum required version of _wayland-protocols_ is now 1.32 ([#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 +[1448]: https://codeberg.org/dnkl/foot/pulls/1448 ### Deprecated @@ -67,6 +71,13 @@ ### Fixed + +* Race condition for systemd units start in GNOME and KDE + ([#1436][1436]). + +[1436]: https://codeberg.org/dnkl/foot/issues/1436 + + ### Security ### Contributors