Bug 578028
Summary: | lang-specific overrides rule doesn't work as expected | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> | |
Component: | lklug-fonts | Assignee: | Pravin Satpute <psatpute> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | rawhide | CC: | i18n-bugs, petersen, pnemade, psatpute | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | lklug-fonts-0.6-4.20090803cvs.fc13 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 586851 (view as bug list) | Environment: | ||
Last Closed: | 2010-04-25 13:47:54 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: | ||||
Bug Depends On: | 578015 | |||
Bug Blocks: | 507684, 586851 |
Description
Akira TAGOH
2010-03-30 03:40:14 UTC
lklug-fonts-0.6-4.20090803cvs.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/lklug-fonts-0.6-4.20090803cvs.fc13 fixed in lklug-fonts-0.6-4.20090803cvs.fc14 lklug-fonts-0.6-4.20090803cvs.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update lklug-fonts'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/lklug-fonts-0.6-4.20090803cvs.fc13 Testing result: # rpm -q lklug-fonts lklug-fonts-0.6-4.20090803cvs.fc13.noarch # fc-match monospace:lang=en DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" # fc-match monospace:lang=en-us DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" # fc-match monospace:lang=si lklug.ttf: "LKLUG" "Regular" # fc-match monospace:lang=si-lk lklug.ttf: "LKLUG" "Regular" # fc-match serif:lang=en DejaVuSerif.ttf: "DejaVu Serif" "Book" # fc-match serif:lang=en-us DejaVuSerif.ttf: "DejaVu Serif" "Book" # fc-match serif:lang=si lklug.ttf: "LKLUG" "Regular" # fc-match serif:lang=si-lk lklug.ttf: "LKLUG" "Regular" Even though no monospaced fonts nor serif fonts in lklug-fonts (nor probably in Fedora? dunno I don't have them installed at least because it's not in comps), this would be good side-effect fontconfig tries to pick up the better font for the language. however please note that this kind of expectation isn't a good idea because it could be messed up when any existing fonts started to support Sinhala. # fc-match sans:lang=en DejaVuSans.ttf: "DejaVu Sans" "Book" # fc-match sans:lang=en-us DejaVuSans.ttf: "DejaVu Sans" "Book" # fc-match sans:lang=si lklug.ttf: "LKLUG" "Regular" # fc-match sans:lang=si-lk lklug.ttf: "LKLUG" "Regular" That looks good. # for i in $(ls /usr/share/locale|grep -v si); do fc-match sans:lang=$i|grep LKLUG; [ $? = 0 ] && echo $i; done # So the updated package works as expected. lklug-fonts-0.6-4.20090803cvs.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |