[Bug 578040] lang-specific overrides rule doesn't work as expected

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 22 11:51:25 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=578040

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-22 07:51:22 EDT ---
Testing result:
# rpm -q lohit-telugu-fonts
lohit-telugu-fonts-2.4.5-5.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=te
Lohit-Telugu.ttf: "Lohit Telugu" "Regular"
# fc-match monospace:lang=te-in
Lohit-Telugu.ttf: "Lohit Telugu" "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=te
Lohit-Telugu.ttf: "Lohit Telugu" "Regular"
# fc-match serif:lang=te-in
Lohit-Telugu.ttf: "Lohit Telugu" "Regular"

No explicit rules for monospace nor serif in lohit-telugu-fonts provided.

# 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=te
Lohit-Telugu.ttf: "Lohit Telugu" "Regular"
# fc-match sans:lang=te-in
Lohit-Telugu.ttf: "Lohit Telugu" "Regular"

that looks good.

# for i in $(ls /usr/share/locale|grep -v -E "^te$"); do fc-match
sans:lang=$i|grep "Lohit Telugu"; [ $? = 0 ] && echo $i; done
#

No affects to other languages. confirmed the updated package fixes this issue.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the fonts-bugs mailing list