-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locale is non-UTF-8 in bookworm images causing some applications to fail #123
Comments
Can you actually define what the issue is? The discussion on the forums doesn’t say what the actual issue is or where it is wrong. As far as we know the issue is one in Debian |
As an observer of the issue I would guess that /xdg/locale.gen contains all of the possible locales, including UTF-8 and ISO-8859-*, and that the locale selection logic is choosing an ISO version where it should (for reasons of compatibility) choose the UTF-8 version instead. |
the issue is as described here -> https://forums.raspberrypi.com/viewtopic.php?t=357707#p2144544 . the issue simply put is that my assumption is the bug is in your initial setup GUI script (piwiz https://github.com/raspberrypi-ui/piwiz) and the language selection. a quick search of that codebase shows you use raspi-config to set the locale based on user supplied input in the gui: your code does attempt to add the extension |
OK, I think I've found the problem - the extension for UTF-8 was not being added to the call to raspi-config in the wizard. Will be fixed in the next release. |
Locale is non-UTF-8 causing some applications to fail to launch.
https://forums.raspberrypi.com/viewtopic.php?t=357707
davidk/PrusaSlicer-ARM.AppImage#29
Issue observed on Bookworm ARM64 image (October 10th 2023). May be present on ARMhf images as well but I have not tested. Language settings were not modified in rpi-imager which was used the flash the SD card. Language set to US/English during initial setup.
The text was updated successfully, but these errors were encountered: