Re: Compiling pgadminIII on SuSE 9.3

From: Vasilev Max <max(at)stranger-team(dot)ru>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Compiling pgadminIII on SuSE 9.3
Date: 2005-06-18 15:43:36
Message-ID: 42B44128.6080600@stranger-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Miha Radej пишет:
> [...skip...]
>
> and it works without problems. well, except one, described here:
> http://archives.postgresql.org/pgadmin-support/2005-06/msg00016.php
> after your build, can you please send me a note if you get the same
> error please? thank you :)
>
> regards,
> M
>
By default in SuSE (for Russian locale):

set | grep 'FILENAME_ENCODING'
G_FILENAME_ENCODING=(at)locale,UTF-8,KOI8-R

Short way to fix it for wx application:

mv /usr/bin/pgadmin3 /usr/bin/pgadmin3-bin
cat > /usr/bin/pgadmin3 << EOF
#!/bin/bash
#
# This is a wrapper for wxWidgets-2.6.x bug
#
G_FILENAME_ENCODING=UTF-8 /usr/bin/pgadmin3-bin

EOF

chmod a+x /usr/bin/pgadmin3

wbr,
Vasilev Max

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Larry Morroni 2005-06-20 19:48:35 Scroll Cursor Bug?
Previous Message Lars Haugseth 2005-06-17 14:32:32 Re: Compiling pgadminIII on SuSE 9.3