Bug 578038
Summary: | lang-specific overrides rule doesn't work as expected | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> | |
Component: | lohit-punjabi-fonts | Assignee: | Pravin Satpute <psatpute> | |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | rawhide | CC: | fonts-bugs, i18n-bugs, psatpute | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 586866 (view as bug list) | Environment: | ||
Last Closed: | 2010-04-16 17:40:13 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, 586866 |
Description
Akira TAGOH
2010-03-30 03:48:16 UTC
fixed in lohit-punjabi-fonts-2.4.4-1 for fc13 as well in devel just for the note in the future, here is the testing result as I usually did for other fonts packages in this issue: # rpm -qa lohit-punjabi-fonts lohit-punjabi-fonts-2.4.4-1.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=pa Lohit-Punjabi.ttf: "Lohit Punjabi" "Regular" # fc-match monospace:lang=pa-in Lohit-Punjabi.ttf: "Lohit Punjabi" "Regular" # fc-match monospace:lang=pa-pk DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" # 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=pa Lohit-Punjabi.ttf: "Lohit Punjabi" "Regular" # fc-match serif:lang=pa-in Lohit-Punjabi.ttf: "Lohit Punjabi" "Regular" # fc-match serif:lang=pa-pk DejaVuSerif.ttf: "DejaVu Serif" "Book" No explicit rules for monospace and serif in lohit-punjabi-fonts. # 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=pa Lohit-Punjabi.ttf: "Lohit Punjabi" "Regular" # fc-match sans:lang=pa-in Lohit-Punjabi.ttf: "Lohit Punjabi" "Regular" # fc-match sans:lang=pa-pk DejaVuSans.ttf: "DejaVu Sans" "Book" That looks good. getting different result for pa-pk is expected behaviour since fontconfig has different orth file for pa-pk. # for i in $(ls /usr/share/locale|grep -v -E "^(pa)$"); do fc-match sans:lang=$i|grep -E "^(Lohit Punjabi)$"; [ $? = 0 ] && echo $i; done |