From 4f5eaac12a6cb578eeb21fea383dcba6409d10f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 12 Apr 2023 17:28:21 +0200 Subject: setup-desktop: gnome: add elogind to default runlevel It is a hard-dependency for gdm, that talks to it through DBus. It is supposed to be started before the display manager, but without adding it to the runlevel, that's not happening. So add it, instead of hoping that DBus activation works once gdm is already running. --- setup-desktop.in | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-desktop.in b/setup-desktop.in index 90d96ef..8f7cdeb 100644 --- a/setup-desktop.in +++ b/setup-desktop.in @@ -69,6 +69,7 @@ case "$de" in setup-xorg-base ${BROWSER:-firefox} $(apk info --quiet --depends \ gnome gnome-apps-core) "$@" rc-update add gdm + rc-update add elogind ;; plasma) setup-xorg-base ${BROWSER:-firefox} \ -- cgit v1.2.3