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.
35 lines
655 B
Plaintext
35 lines
655 B
Plaintext
---
|
|
command: artix-service
|
|
|
|
services:
|
|
- name: "acpid"
|
|
action: "enable"
|
|
- name: "bluetoothd"
|
|
action: "enable"
|
|
- name: "cronie"
|
|
action: "enable"
|
|
- name: "cupsd"
|
|
action: "enable"
|
|
- name: "dbus"
|
|
action: "enable"
|
|
- name: "dhcpcd"
|
|
action: "enable"
|
|
- name: "NetworkManager"
|
|
action: "enable"
|
|
- name: "power-profiles-daemon"
|
|
action: "enable"
|
|
- name: "sddm"
|
|
action: "enable"
|
|
- name: "lightdm"
|
|
action: "enable"
|
|
- name: "lxdm"
|
|
action: "enable"
|
|
- name: "ly"
|
|
action: "enable"
|
|
- name: "greetd"
|
|
action: "enable"
|
|
- name: "ntpd"
|
|
action: "enable"
|
|
- name: "syslog-ng"
|
|
action: "enable"
|