Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 578030 - lang-specific overrides rule doesn't work as expected
Summary: lang-specific overrides rule doesn't work as expected
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: lohit-bengali-fonts
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Pravin Satpute
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 578015
Blocks: F13Target
TreeView+ depends on / blocked
 
Reported: 2010-03-30 03:42 UTC by Akira TAGOH
Modified: 2010-04-28 13:13 UTC (History)
3 users (show)

Fixed In Version: lohit-bengali-fonts-2.4.3-5.fc13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-25 14:01:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Akira TAGOH 2010-03-30 03:42:10 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-lohit-bengali.conf

Comment 1 Fedora Update System 2010-04-16 05:31:50 UTC
lohit-bengali-fonts-2.4.3-5.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/lohit-bengali-fonts-2.4.3-5.fc13

Comment 2 Pravin Satpute 2010-04-16 05:56:14 UTC
lohit-bengali-fonts-2.4.3-5.fc14

Comment 3 Fedora Update System 2010-04-16 23:39:00 UTC
lohit-bengali-fonts-2.4.3-5.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 lohit-bengali-fonts'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/lohit-bengali-fonts-2.4.3-5.fc13

Comment 4 Akira TAGOH 2010-04-22 01:59:36 UTC
# rpm -q lohit-bengali-fonts
lohit-bengali-fonts-2.4.3-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=bn
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match monospace:lang=bn-bd
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match monospace:lang=bn-in
Lohit-Bengali.ttf: "Lohit Bengali" "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=bn
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match serif:lang=bn-bd
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match serif:lang=bn-in
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"

Though no explicit rules are defined in 66-lohit-bengali.conf. it may be changed in the future when any packages started to provide monospace or serif for Bengali.

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

That looks good.

# for i in $(ls /usr/share/locale|grep -v -E '^bn$|^bn_.*$'); do fc-match sans:lang=$i|grep "Lohit Bengali"; [ $? = 0 ] && echo $i; done
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
as

same issue I pointed out this in Bug#578029.

Anyway, all the above issues are different to this. so I'd waive it so far.

Comment 5 Fedora Update System 2010-04-25 14:01:24 UTC
lohit-bengali-fonts-2.4.3-5.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.