Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 360735 - Bad/insufficient ZapfDingbats entry in 30-urw-aliases.conf of media-libs/fontconfig-2.8.0
Summary: Bad/insufficient ZapfDingbats entry in 30-urw-aliases.conf of media-libs/font...
Status: RESOLVED DUPLICATE of bug 303591
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-27 08:51 UTC by Evgeny Stambulchik
Modified: 2011-03-30 02:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny Stambulchik 2011-03-27 08:51:02 UTC
Any text typeset in the ZapfDingbats font is shown wrongly in poppler-based viewers, e.g., xpdf. This boils down to 

	<alias binding="same">
	  <family>Zapf Dingbats</family>
	  <accept><family>Dingbats</family></accept>
	</alias>

instead of

	<alias binding="same">
	  <family>ZapfDingbats</family>
	  <accept><family>Dingbats</family></accept>
	</alias>

(notice the space between "Zapf" and "Dingbats" in the original file).
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2011-03-30 02:36:02 UTC
Fixed long ago.  Try -r1, it just went stable.

*** This bug has been marked as a duplicate of bug 303591 ***