Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: Compiling pgadminIII on SuSE 9.3

Re: Compiling pgadminIII on SuSE 9.3



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




Home | Main Index | Thread Index

top