From 0cb41b263589159ca95658d6d4a61354c9463d7d Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 8 Oct 2023 19:58:04 +0200 Subject: [PATCH] rootfs-desktop: disable `sddm` as well as `lightdm` and `gdm3` in `desktop_postinstall()` - lightdm, gdm3 already had this --- lib/functions/rootfs/rootfs-desktop.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/rootfs/rootfs-desktop.sh b/lib/functions/rootfs/rootfs-desktop.sh index 9e8cdbf6ed..5494177072 100644 --- a/lib/functions/rootfs/rootfs-desktop.sh +++ b/lib/functions/rootfs/rootfs-desktop.sh @@ -13,6 +13,7 @@ function desktop_postinstall() { # disable display manager for the first run disable_systemd_service_sdcard lightdm.service disable_systemd_service_sdcard gdm3.service + disable_systemd_service_sdcard sddm.service # @TODO: why? display_alert "Updating package lists" "for desktop" "info"