aboutsummaryrefslogtreecommitdiff
path: root/assets/archangel.conf.example
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-11 17:23:20 -0500
committerCraig Jennings <c@cjennings.net>2026-05-11 17:23:20 -0500
commit3c582bcffba6e5c6d5d9b1e9f2f44d94348873cd (patch)
tree06bd201f7f32b6936ef29938b250658637e8f863 /assets/archangel.conf.example
parent8767fbdc75f420c86b13fa30e7e24dd9224e761c (diff)
downloadarchsetup-3c582bcffba6e5c6d5d9b1e9f2f44d94348873cd.tar.gz
archsetup-3c582bcffba6e5c6d5d9b1e9f2f44d94348873cd.zip
fix(archsetup): install fontconfig and dconf before calling them
The 2026-05-11 VM test surfaced three exit-127 / "dbus-launch returned 1" errors very early in the run: `fc-cache` and the two `dconf` writes in `user_customizations()`. The function runs as step 4 of 13 (before `aur_installer`, the DE step, and most of the package installs), so the binaries the function calls are not on PATH yet. I added `pacman_install fontconfig` and `pacman_install dconf` right before their use, mirroring the existing `pacman_install desktop-file-utils` pattern in the same function. Both are idempotent. Verified by `bash -n`. The next `make test` run confirms the behavior in the VM.
Diffstat (limited to 'assets/archangel.conf.example')
0 files changed, 0 insertions, 0 deletions