From 00e1390b964474bc7bd0b0fbabbb170731136890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Thu, 13 Aug 2026 18:30:35 +0200 Subject: [PATCH] hotfix(calamares): add greetd to online displaymanager.conf The online DM chooser offers greetd but the online displaymanager.conf never listed it, so Calamares skipped DMgreetd and never wrote /etc/greetd/config.toml for COSMIC. Offline already had it. PS: as the maintainer, this is part of the hotfix release that will drop shortly after I finish suffering through a Gentoo install. --- .../etc/calamares-online/modules/displaymanager.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/displaymanager.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/displaymanager.conf index 1e9ad2b..7ed4204 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/displaymanager.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/displaymanager.conf @@ -6,5 +6,6 @@ displaymanagers: - sddm - lxdm - slim + - greetd basicSetup: false