Open vinipsmaker opened 11 years ago
Debian uses file /etc/default/locale to indicate the default profile. The OpenEmbedded was based on Debian and we're going back to Debian in the next device (Pyra), then this file is a good place to put the default locale info.
The list of files that source /etc/default/locale in Pandian is:
So, there is no central place to propagate locale env vars.
Next step is to look which script starts the XFCE session in SuperZaxxon and change it to take locale env vars in account. Possibly (but unlikely) other scripts/services will need to change also.
There was positive feedback regarding this change in the forums and I know no reason why someone wouldn't want to use Unicode.
I started a thread to find out the Angstrom way of setting a locale, but an old thread suggests the profile.d way and I cannot find much info in the wiki. Documentation of Angstrom is not even close to the quality of other distro such as ArchLinux.