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:
+31
@@ -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: ""
|
||||||
+4
-4
@@ -12,20 +12,20 @@ default: SDDM
|
|||||||
items:
|
items:
|
||||||
- id: SDDM
|
- id: SDDM
|
||||||
name: 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: ""
|
screenshot: ""
|
||||||
|
|
||||||
- id: LightDM
|
- id: LightDM
|
||||||
name: lightdm
|
name: lightdm
|
||||||
description: "Cross-desktop display manager (GTK)"
|
description: "Cross-desktop (GTK). Compatible with all desktop environments."
|
||||||
screenshot: ""
|
screenshot: ""
|
||||||
|
|
||||||
- id: LXDM
|
- id: LXDM
|
||||||
name: lxdm
|
name: lxdm
|
||||||
description: "Lightweight display manager (LXDE)"
|
description: "Lightweight (LXDE). Compatible with all desktop environments."
|
||||||
screenshot: ""
|
screenshot: ""
|
||||||
|
|
||||||
- id: LY
|
- id: LY
|
||||||
name: ly
|
name: ly
|
||||||
description: "Minimal TUI display manager"
|
description: "Minimal TUI. Compatible with all desktop environments."
|
||||||
screenshot: ""
|
screenshot: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user