From abebe277d44334a0e158e934bc5af43d5c7838a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 16 Aug 2026 23:44:58 +0200 Subject: [PATCH] fix(calamares): sync LightDM group to branding config, add zenity to live - packagechooser_dm.conf (offline + online copies): LightDM group now installs lightdm-slick-greeter + antergos-lightdm-config and shows a screenshot. The live-overlay was overriding the branding package's config with a bare LightDM group (no greeter), so displaymanager's greeter_setup() aborted Xfce+LightDM online installs. - profile.yaml: add zenity to rootfs packages. antergos-offline-install uses zenity exclusively but only yad was installed, so the offline installer silently did nothing on double-click. --- .../etc/calamares-online/modules/packagechooser_dm.conf | 4 +++- .../live-overlay/etc/calamares/modules/packagechooser_dm.conf | 4 +++- iso-profiles/antergos/profile.yaml | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_dm.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_dm.conf index 995378a..5f86b87 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_dm.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_dm.conf @@ -26,7 +26,7 @@ items: - id: LightDM name: lightdm description: "Cross-desktop display manager (GTK)" - screenshot: "" + screenshot: "lightdm-screenshot.png" netinstall: name: "LightDM" selected: true @@ -34,6 +34,8 @@ items: packages: - lightdm - lightdm-dinit + - lightdm-slick-greeter + - antergos-lightdm-config - id: LXDM name: lxdm diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_dm.conf b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_dm.conf index 995378a..5f86b87 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_dm.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_dm.conf @@ -26,7 +26,7 @@ items: - id: LightDM name: lightdm description: "Cross-desktop display manager (GTK)" - screenshot: "" + screenshot: "lightdm-screenshot.png" netinstall: name: "LightDM" selected: true @@ -34,6 +34,8 @@ items: packages: - lightdm - lightdm-dinit + - lightdm-slick-greeter + - antergos-lightdm-config - id: LXDM name: lxdm diff --git a/iso-profiles/antergos/profile.yaml b/iso-profiles/antergos/profile.yaml index 15aec12..8620531 100644 --- a/iso-profiles/antergos/profile.yaml +++ b/iso-profiles/antergos/profile.yaml @@ -28,6 +28,7 @@ rootfs: - calamares - python-toml - calamares-branding-antergos-next + - zenity - antergos-welcome - yay - antergos-next-desktop-settings