Keith Packard wrote:
On Mon, 2007-11-19 at 17:14 +0100, Felix Homann wrote:

Just to let you know: On my system Qt4 apps are still affected by this bug with fontconfig 2.5.0-2.

Thanks. Can you figure out which font the apps are matching now? One way
is to use lsof. The trouble is that Qt4 has it's own font matching
mechanism that it layers on top of fontconfig which integrates core and
client fonts in a rather inconsistent fashion.


Here you go:

fontconfig 2.5.0-2:

lsof | grep qt4app | grep fonts
lsof: WARNING: can't stat() ext3 file system /dev/.static/dev
      Output information may be incomplete.
qt4app 27145 fex mem REG 8,5 14116 21561978 /usr/share/fonts/X11/100dpi/helvR08.pcf.gz qt4app 27145 fex mem REG 8,5 14077 21561960 /usr/share/fonts/X11/100dpi/helvB08.pcf.gz


fontconfig 2.4.2-1.4:

lsof | grep qt4app | grep fonts
lsof: WARNING: can't stat() ext3 file system /dev/.static/dev
      Output information may be incomplete.
qt4app 26755 fex mem REG 8,5 65932 19172479 /usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf qt4app 26755 fex mem REG 8,5 58716 19172481 /usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf

Hope it helps. If there's anything more you need, please let me know.

Kind regards,

Felix





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to