ja/zh fontconfig configuration only applied when locale is set 'natively'
Bug #1043031 reported by
Ding Zhou
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
language-selector (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
ubiquity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When I try to use "fontconfig-voodoo" in Ubuntu 12.10 from terminal, it told me:
The program 'fontconfig-voodoo' is currently not installed. You can install it by typing:
sudo apt-get install language-
Actually, I have language-
Where is fontconfig-voodoo? Without it, I can't config the correct Chinese fonts under English locale.
Thanks.
Related branches
lp://staging/~xnox/ubiquity/voodoo
- Ubuntu Installer Team: Pending requested
-
Diff: 84 lines (+4/-21)5 files modifiedbin/oem-config-firstboot (+0/-8)
debian/changelog (+2/-0)
ubiquity/i18n.py (+1/-5)
ubiquity/plugins/ubi-language.py (+0/-6)
ubiquity/plugins/ubi-timezone.py (+1/-2)
lp://staging/~xnox/ubiquity/r-proposed
- Colin Watson (community): Approve
-
Diff: 506 lines (+111/-69)9 files modifiedbin/oem-config-firstboot (+0/-8)
debian/changelog (+12/-0)
gui/gtk/ubiquity.ui (+51/-32)
partman/commit.d/unmount_busy (+8/-0)
ubiquity/frontend/gtk_ui.py (+9/-14)
ubiquity/i18n.py (+1/-5)
ubiquity/plugins/ubi-language.py (+2/-6)
ubiquity/plugins/ubi-partman.py (+27/-2)
ubiquity/plugins/ubi-timezone.py (+1/-2)
Changed in ubiquity (Ubuntu): | |
status: | New → Confirmed |
summary: |
- fontconfig-voodoo is not included in language-selector-common + ja/zh fontconfig configuration only applied when locale is set + 'natively' |
To post a comment you must log in.
My understanding is that fontconfig-voodoo was removed because the relevant bits of fontconfig configuration are now directly guarded by locale, so fontconfig-voodoo is no longer necessary. If you believe you still need it, it would be helpful to describe the exact bug you're seeing.