11-07-2023, 11:53 AM
i3 failed to start once. It turned out that a new version of glibc was needed.
The frontal solution is to update everything
pacman -Syu
However, this will increase the overall download time.
I suggest update only critical components.
pre.sh
pacman --sync --needed --noconfirm --quiet --color=auto archlinux-keyring
pacman --sync --needed --noconfirm --quiet --color=auto archlinux-keyring glibc glib2
The frontal solution is to update everything
pacman -Syu
However, this will increase the overall download time.
I suggest update only critical components.
pre.sh
pacman --sync --needed --noconfirm --quiet --color=auto archlinux-keyring
pacman --sync --needed --noconfirm --quiet --color=auto archlinux-keyring glibc glib2