fix(calamares): enable all DMs in services-artix, clarify both config dirs are online

services-artix.conf enabled only sddm + greetd, so LY/LightDM/LXDM were
installed but never service-enabled -> TTY at boot instead of login screen.
Enable the full DM set (artix-service only activates the installed one).

Docs: the live-overlay calamares/ and calamares-online/ dirs both serve the
online installer; there is no offline Calamares config. settings_offline.conf
shipped by the branding package is unused - the launcher always overwrites it.
This commit is contained in:
2026-08-17 20:17:40 +02:00
parent 1b44b91e30
commit 9a63b5d17a
7 changed files with 30 additions and 16 deletions
@@ -20,6 +20,12 @@ services:
action: "enable"
- name: "sddm"
action: "enable"
- name: "lightdm"
action: "enable"
- name: "lxdm"
action: "enable"
- name: "ly"
action: "enable"
- name: "greetd"
action: "enable"
- name: "ntpd"