Files
euri-iso/iso-profiles/antergos-minimal/live-overlay/etc/calamares/modules/packagechooser_dm.conf
T
c-ludenberg 167f90ffe7 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.
2026-07-08 21:15:08 +02:00

32 lines
759 B
Plaintext

---
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: ""