Florian Kulzer wrote:
> On Mon, Dec 31, 2007 at 02:31:47 -0800, Towncat wrote:
>
> [...]
>
> > OK, now iceweasel runs, but I realised that there is more to it,
> > something to do with fonts and pango. When I start non-kde
> > applications under kde, I get little squares instead of fonts.
> >
> > The output is like this (for xsane, here):
> >
> > xsane:9842): Pango-WARNING **: failed to create cairo scaled font,
> > expect ugly output. the offending font is 'DejaVu Sans 10'
> >
> > (xsane:9842): Pango-WARNING **: failed to create cairo scaled font,
> > expect ugly output. the offending font is 'DejaVu Sans 12.5'
> >
> > (xsane:9842): Pango-WARNING **: shaping failure, expect ugly output.
> > shape-engine='BasicEngineFc', font='DejaVu Sans 12.5', text='French
> > (Fran�ais)'
> >
> > (xsane:9842): Pango-WARNING **: pango_font_get_glyph_extents called
> > with null font argument, expect ugly output
> >
> > (xsane:9842): Pango-WARNING **: shaping failure, expect ugly output.
> > shape-engine='BasicEngineFc', font='DejaVu Sans 10', text='XSane
> > v�ltozat: 0.995'
> >
> >
> > Ideas, anyone?
>
> Try to run (as root) "fc-cache -fs" followed by "update-pangox-aliases".
> Do you get error messages? Does this improve the situation?
>
> If the above does not help, post the output of these three commands:
>
> ls -l /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
>
> dpkg -l lib{pango,cairo}\* | awk '/^[^D|+]/{print $1,$2,$3}'
>
> awk '/^Name:.*pango/,/^$/' /var/cache/debconf/config.dat
>
> --
> Regards,            | http://users.icfo.es/Florian.Kulzer
>           Florian   |

It did not help, I'm afraid. Here are the outputs (the last had none):

[EMAIL PROTECTED]:~$ ls -l /usr/share/fonts/truetype/ttf-dejavu/
DejaVuSans.ttf
-rw-r--r-- 1 root root 581400 Oct 28 16:22 /usr/share/fonts/truetype/
ttf-dejavu/DejaVuSans.ttf
[EMAIL PROTECTED]:~$ dpkg -l lib{pango,cairo}\* | awk '/^[^D|+]/{print
$1,$2,$3}'
un libcairo <none>
ii libcairo-perl 1.043-1
un libcairo0.5.1 <none>
un libcairo0.6.0 <none>
un libcairo0.9.0 <none>
un libcairo1 <none>
ii libcairo2 1.4.10-1+lenny2
un libcairomm-1.0-0 <none>
ii libcairomm-1.0-1 1.4.2-1
un libpango-common <none>
un libpango0 <none>
ii libpango1.0-0 1.18.3-1
ii libpango1.0-common 1.18.3-1
[EMAIL PROTECTED]:~$ awk '/^Name:.*pango/,/^$/' /var/cache/debconf/
config.dat
[EMAIL PROTECTED]:~$

Reply via email to