Salut, Guillaume.
$ ls -la $(which pgadmin3)
-rwxr-xr-x 1 root root 45324803 2010-06-26 16:26 /usr/local/bin/pgadmin3
That was built using:
./configure --prefix=/usr/local --enable-debug
make && make install
I have posted my debug build at (16MB):
The binary is shared (not static) because I am missing the static version of wxWidgets.
I wonder if it's strictly a problem with the GTK libraries used by Kubuntu 10.04?
I can reproduce the problem 100% of the time on my machine. Are there any particular versions of libraries (relating to that dialog box) that I should have installed?
Dave