fix: enable xlibre-xserver (use-xlibre: true) to resolve X provider conflicts
xlibre-xserver is the modern Artix unified X server that provides both x11win-server (required by SDDM) and xorg-server (required by all DEs). Setting use-xlibre: false caused the old split packages (x11win-server from system repo vs xorg-server from world repo) to conflict during online installs when users selected SDDM + any DE that pulls xorg-server/xlibre-xserver. Switched both full and minimal profiles to use-xlibre: true.
This commit is contained in:
@@ -6,7 +6,7 @@ live-session:
|
|||||||
user: antergos
|
user: antergos
|
||||||
password: antergos
|
password: antergos
|
||||||
autologin: true
|
autologin: true
|
||||||
use-xlibre: false
|
use-xlibre: true
|
||||||
services:
|
services:
|
||||||
- acpid
|
- acpid
|
||||||
- bluetoothd
|
- bluetoothd
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ live-session:
|
|||||||
user: antergos
|
user: antergos
|
||||||
password: antergos
|
password: antergos
|
||||||
autologin: true
|
autologin: true
|
||||||
use-xlibre: false
|
use-xlibre: true
|
||||||
services:
|
services:
|
||||||
- acpid
|
- acpid
|
||||||
- bluetoothd
|
- bluetoothd
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ CheckSpace
|
|||||||
ParallelDownloads = 5
|
ParallelDownloads = 5
|
||||||
DownloadUser = alpm
|
DownloadUser = alpm
|
||||||
|
|
||||||
|
# Strip docs/man/info to save space in the ISO
|
||||||
|
NoExtract = usr/share/doc/* usr/share/man/* usr/share/info/*
|
||||||
|
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Required DatabaseOptional
|
||||||
LocalFileSigLevel = Optional
|
LocalFileSigLevel = Optional
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user