Re: pgadmin3: 1.0.2-4 + 1.0.2-3.backports.org.1

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgadmin3: 1.0.2-4 + 1.0.2-3.backports.org.1
Date: 2004-04-24 19:32:34
Message-ID: 408AC0D2.2080909@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Peter Eisentraut wrote:

> I have received the following feedback:
>
>09:26 <@nobse> src/gtk/font.cpp(575): assert "wxAssertFailure" failed:
>unknown font weight
>09:26 <@nobse> beim Start von pgadmin3
>
>"nobse" is the administrator of backports.org. Do you know what could
>be wrong?
>
>
>
Does "nobse" has a ~/.gtkrc-2.0 file ?
Did he try to take a fresh account to do the test ?
Which desktop is he running (gnome ? kde ? ... ?)
Does it occur before or after the locale selection ?

Can he try with something like this:

cat >~/.gtkrc-2.0 file<<EOF
style "defaultfont"
{
font_name = "Arial 8"
}
widget_class "*" style "defaultfont"
EOF

Then relaunch pgAdmin... Just to see if it changes something.

BTW I CC pgadmin-hackers, maybe someone will have a better idea.

Andreas, I've provided a backport for Debian woody but it seems that
under specific conditions it just crashes... I saw you made some
modifications in 1.1 branch with the following comment attached:
"changed font handling to accept exotic weights" do you think that the
issue we see here in 1.0.2 could be solved by the modifications you made
in 1.1 ?

Regards,
Raphaël

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-04-24 22:53:31 Re: pgadmin3: 1.0.2-4 + 1.0.2-3.backports.org.1
Previous Message Peter Eisentraut 2004-04-24 12:29:51 Re: [Fwd: Re: Bug#245310: pgadmin3-data: pgadmin3 ships duplicate of PostgreSQL]