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.
35 lines
682 B
PacmanConf
35 lines
682 B
PacmanConf
#
|
|
# /etc/pacman.conf
|
|
#
|
|
# See the pacman.conf(5) manpage for option and repository directives
|
|
|
|
#
|
|
# GENERAL OPTIONS
|
|
#
|
|
[options]
|
|
HoldPkg = pacman glibc
|
|
Architecture = auto
|
|
CheckSpace
|
|
ParallelDownloads = 5
|
|
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
|
|
LocalFileSigLevel = Optional
|
|
|
|
# Antergos NeXT custom packages repo
|
|
[antergos-pkgs]
|
|
SigLevel = Optional TrustAll
|
|
Server = https://antergos-next.github.io/antergos-packages/
|
|
|
|
[system]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[world]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[galaxy]
|
|
Include = /etc/pacman.d/mirrorlist
|