From 7396943cf1b0757ef454d40ef61b61c0e214a272 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Jan 26 2024 14:11:21 +0000 Subject: Fix start order with systemd-hostnamed.service in lightdm.service (bug #2167386) --- diff --git a/lightdm.service b/lightdm.service index 506b2ff..045b805 100644 --- a/lightdm.service +++ b/lightdm.service @@ -14,7 +14,9 @@ After=plymouth-quit.service # Pulled from getty@.service and plymouth-quit.service (except # for plymouth-quit-wait.service since it waits until plymouth # is quit, which we do). -After=rc-local.service plymouth-start.service systemd-user-sessions.service livesys-late.service +# bug #2167386: Avoid X rejecting connections from processes started with a different host name +# than the one X itself was started with. +After=rc-local.service plymouth-start.service systemd-user-sessions.service livesys-late.service systemd-hostnamed.service # We need DBus to be present. Requires=dbus.service diff --git a/lightdm.spec b/lightdm.spec index cb18444..4161125 100644 --- a/lightdm.spec +++ b/lightdm.spec @@ -7,7 +7,7 @@ Name: lightdm Summary: A cross-desktop Display Manager Version: 1.32.0 -Release: 8%{?dist} +Release: 9%{?dist} # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+ License: (LGPLv2 or LGPLv3) and GPLv3+ @@ -280,6 +280,9 @@ fi %changelog +* Fri Jan 26 2024 Christoph Junghans - 1.32.0-9 +- Fix start order with systemd-hostnamed.service in lightdm.service (bug #2167386) + * Thu Jan 25 2024 Fedora Release Engineering - 1.32.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild