Re: Compiling pgadminIII on SuSE 9.3 - Mailing list pgadmin-support

From Vasilev Max
Subject Re: Compiling pgadminIII on SuSE 9.3
Date
Msg-id 42B44128.6080600@stranger-team.ru
Whole thread Raw
In response to Re: Compiling pgadminIII on SuSE 9.3  (Miha Radej <miha.radej@siix.com>)
List 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=@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



pgadmin-support by date:

Previous
From: Lars Haugseth
Date:
Subject: Re: Compiling pgadminIII on SuSE 9.3
Next
From: Larry Morroni
Date:
Subject: Scroll Cursor Bug?