Bug 578017
Summary: | lang-specific overrides rule doesn't work as expected | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> | |
Component: | baekmuk-ttf-fonts | Assignee: | Caius Chance <K9> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | rawhide | CC: | fonts-bugs, i18n-bugs, jks, K9, petersen | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | baekmuk-ttf-fonts-2.2-25.fc13 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 586849 (view as bug list) | Environment: | ||
Last Closed: | 2010-04-27 02:26:20 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, 586849 |
Description
Akira TAGOH
2010-03-30 03:26:25 UTC
baekmuk-ttf-fonts-2.2-25.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/baekmuk-ttf-fonts-2.2-25.fc13 baekmuk-ttf-fonts-2.2-25.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 baekmuk-ttf-fonts'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/baekmuk-ttf-fonts-2.2-25.fc13 *** Bug 563409 has been marked as a duplicate of this bug. *** Testing result: # rpm -qa baekmuk-ttf-* baekmuk-ttf-batang-fonts-2.2-25.fc13.noarch baekmuk-ttf-gulim-fonts-2.2-25.fc13.noarch baekmuk-ttf-fonts-ghostscript-2.2-25.fc13.noarch baekmuk-ttf-fonts-common-2.2-25.fc13.noarch baekmuk-ttf-hline-fonts-2.2-25.fc13.noarch baekmuk-ttf-dotum-fonts-2.2-25.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=ko gulim.ttf: "Baekmuk Gulim" "Regular" # fc-match monospace:lang=ko-kr UnDotum.ttf: "UnDotum" "Regular" <test name="lang"> <string>ko</string> </test> should be <test name="lang"> <string>ko-kr</string> </test> plus, the above reasult is from 65-nonlatin.conf since 65-baekmuk-ttf-gulim.conf is supposed to be applied for monospace and 65-baekmuk-dotum.conf is for sans-serif. to get that working, you should rename 65-baekmuk-* to 65-0-baekmuk-* or something like that. # 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=ko dotum.ttf: "Baekmuk Dotum" "Regular" # fc-match sans:lang=ko-kr wqy-zenhei.ttc: "WenQuanYi Zen Hei" "Regular" Due to the same reason above, the unexpected fonts was picked up for ko-kr. # 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=ko batang.ttf: "Baekmuk Batang" "Regular" # fc-match serif:lang=ko-kr wqy-zenhei.ttc: "WenQuanYi Zen Hei" "Regular" Due to the same reason above, the unexpected fonts was picked up for ko-kr. # for i in $(ls /usr/share/locale|grep -v -E "^(ko)$"); do fc-match sans:lang=$i|grep -E "^(Baekmuk .*)$"; [ $? = 0 ] && echo $i; done # # for i in $(ls /usr/share/locale|grep -v -E "^(ko)$"); do fc-match serif:lang=$i|grep -E "^(Baekmuk .*)$"; [ $? = 0 ] && echo $i; done # # for i in $(ls /usr/share/locale|grep -v -E "^(ko)$"); do fc-match monospace:lang=$i|grep -E "^(Baekmuk .*)$"; [ $? = 0 ] && echo $i; done # That looks good. (In reply to comment #4) > you should rename > 65-baekmuk-* to 65-0-baekmuk-* or something like that. Yeah - just remember that un-core-fonts is preferred, so Baekmuk ttf should have lower priority than Un Core fonts. baekmuk-ttf-fonts-2.2-25.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 546490 has been marked as a duplicate of this bug. *** |