[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] Pan won't load (Font Problem)
From: |
Charles Kerr |
Subject: |
Re: [Pan-users] Pan won't load (Font Problem) |
Date: |
Wed, 30 Oct 2002 14:18:31 -0800 |
User-agent: |
Mutt/1.3.20i |
On Thu, Oct 31, 2002 at 07:34:51PM +0100, Wagner Matthias wrote:
> On Wed, 30 Oct 2002 Charles Kerr <address@hidden> wrote:
> > On Thu, Oct 31, 2002 at 12:18:04AM +0100, Wagner Matthias wrote:
>
> > > I updated pan to 0.13.1 from 0.11 and now it won't load, printing
> > > the following error msg:
> > > ** (pan:4676): WARNING **: Couldn't load font "Sans 10" falling back to
> > > "Sans 10"
> > > twice and
> > > ** (pan:4676): WARNING **: All font failbacks failed!!!!
> > This sounds more like a problem that was found in 0.13.0 and fixed in
> > 0.13.1; before we dig deeper could you confirm that this is 0.13.1
> > that you're getting this error in?
>
> ~$ pan --version
> Pan 0.13.1
>
> ~$ pan
> ** (pan:997): WARNING **: Couldn't load font "Sans 10" falling back to "Sans
> 10"
> ** (pan:997): WARNING **: Couldn't load font "Sans 10" falling back to "Sans
> 10"
> ** (pan:997): WARNING **: All font failbacks failed!!!!
>
> I updated by simply updating my debian, so I also updated other packets.
> If necessary I can find out which packets were updated exactly, but it
> would take lots of time.
Nah, that's probably not necessary.
If you grep ~/.pan/config.xml for "use_custom_fonts", what shows up?
If something like this appears:
<value key="use_custom_fonts" type="b">1</value>
Change it to this:
<value key="use_custom_fonts" type="b">0</value>
And see if that helps...