You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, when entering a distrobox in gentoo, the LANG variable will be set to a locale that's not available in the container.
In gentoo, the locale is set in /etc/env.d/02locale, so it's never picked up in the HOST_LOCALE variable of the distrobox-init script.
I'd suggest setting the LANG variable on container creation instead of parsing the host's configuration, or otherwise providing a way to unconditionally set HOST_LOCALE in a way that overrides host configuration.