fix(antergos-minimal): add DM/DE compatibility warnings to packagechooser

SDDM pulls x11win-server (system repo) which conflicts with
xlibre-xserver (world repo) pulled by Cinnamon/MATE/LXQt.
Added warning descriptions to all DM choices suggesting
LightDM for incompatible combos.
This commit is contained in:
2026-07-08 21:15:08 +02:00
parent a042c45a8b
commit 167f90ffe7
2 changed files with 35 additions and 4 deletions
@@ -0,0 +1,31 @@
---
mode: required
method: netinstall-select
labels:
step: "Display Manager"
step[de]: "Display Manager"
default: SDDM
items:
- id: SDDM
name: sddm
description: "QML-based (KDE default). ⚠ May conflict with Cinnamon/MATE/LXQt (Xorg provider incompatibility). Use LightDM instead if installing those."
screenshot: ""
- id: LightDM
name: lightdm
description: "Cross-desktop (GTK). Compatible with all desktop environments."
screenshot: ""
- id: LXDM
name: lxdm
description: "Lightweight (LXDE). Compatible with all desktop environments."
screenshot: ""
- id: LY
name: ly
description: "Minimal TUI. Compatible with all desktop environments."
screenshot: ""
@@ -12,20 +12,20 @@ default: SDDM
items:
- id: SDDM
name: sddm
description: "QML-based display manager (KDE default)"
description: "QML-based (KDE default). ⚠ May conflict with Cinnamon/MATE/LXQt (Xorg provider incompatibility). Use LightDM instead if installing those."
screenshot: ""
- id: LightDM
name: lightdm
description: "Cross-desktop display manager (GTK)"
description: "Cross-desktop (GTK). Compatible with all desktop environments."
screenshot: ""
- id: LXDM
name: lxdm
description: "Lightweight display manager (LXDE)"
description: "Lightweight (LXDE). Compatible with all desktop environments."
screenshot: ""
- id: LY
name: ly
description: "Minimal TUI display manager"
description: "Minimal TUI. Compatible with all desktop environments."
screenshot: ""