diff options
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -261,10 +261,16 @@ CLOSED: [2026-01-21 Wed] Package fails with yay - appears to be in extra repository, may need to change to AUR install or verify correct source RESOLVED: Now installed via pacman (line 867: pacman_install at) -*** TODO [#B] Ensure locale is set properly +*** DONE [#B] Ensure locale is set properly +CLOSED: [2026-01-21 Wed] Errors during install: "setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory" Perl warnings about locale settings not supported/installed on system Need to properly configure locale generation and LC_* environment variables +RESOLVED: Added locale configuration early in Environment Configuration section: +- Uncomment en_US.UTF-8 in /etc/locale.gen +- Run locale-gen +- Set LANG=en_US.UTF-8 in /etc/locale.conf +- Export LANG for current session *** DONE [#B] Add opus codec to archsetup CLOSED: [2026-01-21 Wed] |
