Language packs are not being installed for selected languages during oem-config
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OEM Priority Project |
Fix Released
|
High
|
Unassigned | ||
console-setup (Ubuntu) |
Fix Released
|
High
|
Colin Watson | ||
Natty |
Fix Released
|
High
|
Colin Watson | ||
localechooser (Ubuntu) |
Fix Released
|
High
|
Colin Watson | ||
Natty |
Fix Released
|
High
|
Colin Watson | ||
pkgsel (Ubuntu) |
Fix Released
|
High
|
Colin Watson | ||
Natty |
Fix Released
|
High
|
Colin Watson | ||
ubiquity (Ubuntu) |
Fix Released
|
High
|
Colin Watson | ||
Natty |
Fix Released
|
High
|
Colin Watson |
Bug Description
Binary package hint: oem-config
User-selected language packs are not being installed during the oem-config portion of Dell Recovery. The user can select their language of choice, and during the rest of the oem-coonfig portion of the installation process, the language settings appear to stick. However, when the user starts up the Operating System for the first time, everything is in English
To reproduce:
1) During the Out of Box Experience (OOBE) portion of Dell Recovery, the user is asked to select their language of choice. In this case, I selected Spanish.
2) Continue with the install. The menus and window titles for the selected languages are preserved. In other words, everything was in Spanish.
3) At this point, things start to look amiss. The slideshow remains in English as does the progress indicator at the bottom (installing system, copying files, etc.)
Actual result: Upon booting into the operating system, everything is in English. Running dpkg -l for language packs only shows English, and no Spanish packages are installed.
Expected result: Language packs for selected language in oem-config should be installed.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ubiquity 2.5.27
ProcVersionSign
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Wed Mar 23 22:49:59 2011
DistributionCha
# This is a distribution channel descriptor
# For more information see http://
canonical-
InstallationMedia: Ubuntu 11.04 "Natty" - Build amd64 LIVE Binary 20110323-16:16
ProcEnviron:
LANGUAGE=en_US:en
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
tags: | added: natty-build |
description: | updated |
summary: |
- Language packs are not being installed for selected languages in oem- - config + Language packs are not being installed for selected languages during + oem-config |
Changed in ubiquity (Ubuntu): | |
status: | New → Confirmed |
Changed in oem-priority: | |
importance: | Undecided → High |
Changed in ubiquity (Ubuntu): | |
milestone: | none → ubuntu-11.04-beta-2 |
Changed in ubiquity (Ubuntu Natty): | |
importance: | Undecided → High |
Changed in pkgsel (Ubuntu Natty): | |
status: | Triaged → Fix Committed |
Changed in ubiquity (Ubuntu Natty): | |
status: | Triaged → Fix Committed |
tags: | added: iso-testing |
Changed in pkgsel (Ubuntu Natty): | |
status: | Fix Released → In Progress |
Changed in ubiquity (Ubuntu Natty): | |
status: | Fix Released → In Progress |
Changed in localechooser (Ubuntu Natty): | |
importance: | Undecided → High |
assignee: | nobody → Colin Watson (cjwatson) |
milestone: | none → ubuntu-11.04-beta-2 |
status: | New → In Progress |
Changed in console-setup (Ubuntu Natty): | |
status: | New → Fix Committed |
importance: | Undecided → High |
milestone: | none → ubuntu-11.04 |
assignee: | nobody → Colin Watson (cjwatson) |
Changed in ubiquity (Ubuntu Natty): | |
status: | Fix Released → In Progress |
milestone: | ubuntu-11.04-beta-2 → ubuntu-11.04 |
Changed in ubiquity (Ubuntu Natty): | |
status: | In Progress → Fix Committed |
Changed in oem-priority: | |
status: | New → Fix Released |
This is happening because localechooser/ supported- locales is now set more accurately to its description of "*additional* locales" (emphasis mine). We need to either concatenate the list of language packs we derive from it with the one we derive from debian- installer/ locale, or else change the definition in localechooser; I lean towards the former option.
pkgsel has a similar bug.