|
Edited by loboris at 2015-6-24 06:19
About locales
please try to run:
- sudo apt-get install --reinstall locales
Copy code After that, run Language support from settings and select your locale, if already selected, deselect (uninstall), then select it again (instal). You can safely uninstal English locale.
Logout, then log in.
If you still don't have your locale, manualy edit /etc/default/locale (as root) and set all to your language, so that il looks like this (of course replace hr_HR with your locale)
- LANG="hr_HR.UTF-8"
- LANGUAGE="hr"
- LC_NUMERIC="hr_HR.UTF-8"
- LC_TIME="hr_HR.UTF-8"
- LC_MONETARY="hr_HR.UTF-8"
- LC_PAPER="hr_HR.UTF-8"
- LC_IDENTIFICATION="hr_HR.UTF-8"
- LC_NAME="hr_HR.UTF-8"
- LC_ADDRESS="hr_HR.UTF-8"
- LC_TELEPHONE="hr_HR.UTF-8"
- LC_MEASUREMENT="hr_HR.UTF-8"
Copy code If you want your home directories in your language, remove user-dirs.dirs and user-dirs.locale from .config directory (/home/orangepi/.config), then logout -> login. Delete English named directories.
I've successfully installed the locales for Croatian language.
About 1 min start delay:
I've never had it on OPI-2.
About uImage_OPI-PLUS_NO_BUDGET_COOLING kernel
It has no termal management, so if the CPU overheats, it halts independently of the kernel. You have to have real good cooling.
|
|