Re: garnome 0.18.3, builds, but crashes
- From: Jens Askengren <jensus linux nu>
- To: garnome-list gnome org
- Subject: Re: garnome 0.18.3, builds, but crashes
- Date: 30 Oct 2002 23:20:29 +0100
ons 2002-10-30 klockan 22.48 skrev Øyvind Hvamstad:
> The build went ok, but when I log in from gdm2 and start
> the garnome session, it hangs for a while before I'm returned to gdm.
> My .xsession-errors reports a rather plentiful assertion trace.
[...]
> ** ERROR **: file shape.c: line 74 (pango_shape): assertion failed:
> (glyphs->num_glyphs > 0)
> aborting...
I solved this problem by just copying my ~/garnome/etc/fonts.conf to
/etc/fonts.conf and /etc/fonts/fonts.conf.
Btw, here is a cool pice of xml you could put in ~/.fonts.conf to
turn of anti-aliasing for small font sizes.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="size" compare="less">
<int>10</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]