archinstall
archinstall copied to clipboard
`setlocale` warning when using `lazygit` after fresh install with non-US locale
Which ISO version are you using?
2025-08
The installation log
https://0x0.st/KoDU.log
describe the problem
After fresh install using Minimal type with locale set to en_GB.UTF-8, Lazygit will throw warning
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
The manual workaround is to enable en_US.UTF-8 so it can be used as a fallback, as stated in the ArchWiki. And then regenerate locale using sudo locale-gen.