Bug 63511
Summary: | Custom fonts are not used if LANG=it_IT@euro | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Marco Pratesi <marco> |
Component: | control-center | Assignee: | Havoc Pennington <hp> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | skipjack-beta2 | CC: | otaylor |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-04-15 15:23:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Marco Pratesi
2002-04-15 10:24:40 UTC
Can you "echo $LANG" and "cat /etc/sysconfig/i18n" It's likely that you have an older version of Xlib that doesn't recognize iso885915, this was fixed recently. +Can you "echo $LANG" and "cat /etc/sysconfig/i18n" echo $LANG it_IT@euro cat /etc/sysconfig/i18n LANG="it_IT@euro" SUPPORTED="en_US.iso885915:en_US:en:it_IT@euro:it_IT:it" SYSFONT="lat0-sun16" SYSFONTACM="iso15" +It's likely that you have an older version of Xlib that doesn't recognize +iso885915, this was fixed recently. My XFree packages are just the ones shipped with skipjack2. Which package(s) should I upgrade? XFree86-libs ? Or I need to upgrade all XFree packages? Could you try the control-center-1.4.0.1-30 package in RawHide? I believe that the theme selector in this package should fix your problem. (It's not related to X, the problem is that the old theme selector wrote font= lines into ~/.gtkrc, but to work with non-iso-8859-1 locales, it needed to write fontset= lines.) The control-center-1.4.0.1-30 package in RawHide fixes the bug. Thank you. |