Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=401641 Summary: Add dependency on mkfontdir and mkfontscale: xorg-x11- font-utils Product: Fedora Version: f8 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: urw-fonts AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] CC: [email protected] Description of problem: Original problem is that xfig is not finding fonts it needs. This is caused by missing fonts.scale and fonts.dir in {_datadir}/fonts/default/Type1 Which should be created in %post (in urw-fonts package): %post { umask 133 mkfontscale %{fontdir} || : `which mkfontdir` %{fontdir} || : fc-cache %{_datadir}/fonts } &> /dev/null || : However mkfontscale and mkfontdir (why the funny `which mkfontdir` thing, btw?) is in the xorg-x11-font-utils package which urw-fonts have no requires line to. Solution: add xorg-x11-font-utils to requires like this: Requires(post): fontconfig xorg-x11-font-utils I guess this problem in present in Fedora 7 too. Thanks! -- 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, or are watching someone who is. _______________________________________________ Fedora-fonts-bugs-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
