Bug 578045

Summary: lang-specific overrides rule doesn't work as expected
Product: [Fedora] Fedora Reporter: Akira TAGOH <tagoh>
Component: sazanami-fontsAssignee: Akira TAGOH <tagoh>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: fonts-bugs, i18n-bugs, tagoh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: sazanami-fonts-0.20040629-11.fc13 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-10 23:50:19 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    

Description Akira TAGOH 2010-03-30 03:54:30 UTC
Description of problem:
All of detailed information is available on my post at the fonts list:
http://lists.fedoraproject.org/pipermail/fonts/2010-March/001117.html

binding="same" in the fontconfig config file prevents to apply the rule for the
specific
language only properly. As a result, fonts is used for non-targetted languages
and it may gives different look and feel in some cases.

I'd propose to get rid of binding="same" from:
 66-sazanami-gothic.conf
 66-sazanami-mincho.conf

Comment 1 Akira TAGOH 2010-04-19 03:37:58 UTC
Fixed in sazanami-fonts-0.20040629-11.fc13.

Comment 2 Fedora Update System 2010-04-19 05:12:17 UTC
sazanami-fonts-0.20040629-11.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/sazanami-fonts-0.20040629-11.fc13

Comment 3 Fedora Update System 2010-04-20 13:30:14 UTC
sazanami-fonts-0.20040629-11.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 sazanami-fonts'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/sazanami-fonts-0.20040629-11.fc13

Comment 4 Akira TAGOH 2010-04-26 10:54:32 UTC
Testing result without ipa-*-fonts and vlgothic-fonts to see the correct result due to the priority thing:
# rpm -qa sazanami-gothic-fonts
sazanami-gothic-fonts-0.20040629-11.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=ja
sazanami-gothic.ttf: "Sazanami Gothic" "Regular"
# fc-match monospace:lang=ja-jp
sazanami-gothic.ttf: "Sazanami Gothic" "Regular"

No explicit rules for monospace in sazanami-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=ja
sazanami-gothic.ttf: "Sazanami Gothic" "Regular"
# fc-match sans:lang=ja-jp
sazanami-gothic.ttf: "Sazanami Gothic" "Regular"

That looks good.

# 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=ja
sazanami-mincho.ttf: "Sazanami Mincho" "Regular"
# fc-match serif:lang=ja-jp
sazanami-mincho.ttf: "Sazanami Mincho" "Regular"

That looks good.

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

No affects to other languages though, that may be good to get rid of compare="contains" since it matches to other languages unexpectedly.

Comment 5 Fedora Update System 2010-05-10 23:50:15 UTC
sazanami-fonts-0.20040629-11.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.