Wrong language setting after installation
Bug #2063037 reported by
handsome_feng
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
New
|
Undecided
|
Unassigned | ||
ubuntu-desktop-provision |
New
|
High
|
Unassigned |
Bug Description
OS: Ubuntu Kylin 24.04 daily 20240420
Steps to reproduction:
1. Choose Chinese when installing
2. reboot after installation
3. login and get the outputs of locale:
```
LANG=zh_CN.UTF-8
LANGUAGE=en
LC_CTYPE=
LC_NUMERIC=
LC_TIME=
LC_COLLATE=
LC_MONETARY=
LC_MESSAGES=
LC_PAPER=
LC_NAME=
LC_ADDRESS=
LC_TELEPHONE=
LC_MEASUREMENT=
LC_IDENTIFICATI
LC_ALL=
```
LANGUAGE is set to en which is wrong.
Changed in ubuntu-desktop-provision: | |
importance: | Undecided → High |
To post a comment you must log in.
Additionally:
The value of LANGUAGE is restored to the correct value after one reboot, i.e. the wrong value appears only on the first boot after installation.
and the outputs of locale after reboot again: "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" "zh_CN. UTF-8" ON="zh_ CN.UTF- 8"
```
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN
LC_CTYPE=
LC_NUMERIC=
LC_TIME=
LC_COLLATE=
LC_MONETARY=
LC_MESSAGES=
LC_PAPER=
LC_NAME=
LC_ADDRESS=
LC_TELEPHONE=
LC_MEASUREMENT=
LC_IDENTIFICATI
LC_ALL=
```