Open AshkanArabim opened 6 months ago
A fix for this is to either copy the locale files you need from the host's /usr/share/i18n/locales
or to download them from the GNU C library repo.
But I feel like stuff like this should have been included out of the box?
I fixed this by commenting '#' out a few lines of "NoExtract" locale in /etc/pacman.conf then reinstalling glibc and running locale-gen
I fixed this by commenting '#' out a few lines of "NoExtract" locale in /etc/pacman.conf then reinstalling glibc and running
locale-gen
Same here, commenting out NoExtract = usr/share/locale/* usr/share/X11/locale/* usr/share/i18n/*
seems to have fixed it.
Describe the bug I have a clean installation of the Arch Linux guest (with an Arch Linux host) that I've installed using
toolbox create gnome
(I plan to use it for some Gnome development). When I enter the machine to install thefa_IR
locale by uncommenting it from/etc/locale.gen
and runningsudo locale-gen
, I get this message:I assume this is related to the fact that
fa_IR
isn't listed when I runls /usr/share/i18n/locales/
. There are many locales missing here when I compare it to my host OS.Steps how to reproduce the behaviour
toolbox
. (or manually create the Arch container in the next step using the--distro
flag)toolbox create <name>
and enter it withtoolbox enter <name>
fa_IR
in/etc/locale.gen
and save.sudo locale-gen
Expected behaviour For
sudo locale-gen
to successfully generate the Persian locale; with an output like this:Actual behaviour It fails to generate the Persian locale (
fa_IR
).Screenshots N/A
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.5
Toolbx package info (
rpm -q toolbox
)Output of
podman version
e.g.,Podman package info (
rpm -q podman
)Info about your OS Arch Linux
Additional context N/A