http://qa.mandrakesoft.com/show_bug.cgi?id=703
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
Ever Confirmed| |1
------- Additional Comments From [EMAIL PROTECTED] 2003-03-10 12:16 -------
Reporter, could you test latest fontconfig package ?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date:
description:
fontconfig hangs if you activate this in /etc/fonts/fonts.conf:
<!--
Enable sub-pixel rendering
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
-->
In more detail, it breaks on the <test>. Changing it to
<test name="rgba">
<const>unknown</const>
</test>
(so uses the default "any") it works. Perhaps "all" for uni-valued props
is broken ?