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=468565 --- Comment #14 from Thomas Moschny <[email protected]> 2011-03-14 04:42:41 EDT --- (In reply to comment #13) > (In reply to comment #12) > > (In reply to comment #11) > > > Still true on Fedora 14, 2.32.0-1, fontconfig 2.8.0-2. Matthias's fix in > > > comment #1 works for me. > > > > Same here. > > > > Is there a reason for not adding that simple fix to the fontconfig package? > > Could you attach to this bug working /etc/fonts/conf.d/30-urw-aliases.conf > which would make checkbox be checked with something else than $ sign in > http://cds.mfcr.cz/cps/rde/xbcr/cds/Interaktiv_5405_17_4AK.pdf, please? > > It seems to me that the fix from the comment 1 has been already added to that > file, so it is probably not done correctly. > > Thank you This is the fragment that needs to be added: <fontconfig> <alias binding="same"> <family>ZapfDingbats</family> <accept><family>Dingbats</family></accept> </alias> </fontconfig> Note that the difference to the existing entry is only one blank: "Zapf Dingbats" (present in 30-urw-aliases.conf) vs. "ZapfDingbats" (missing). Seems _both_ entries are needed. -- 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. _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
