http://bugs.winehq.org/show_bug.cgi?id=12861
--- Comment #10 from Kirill Smelkov kirr@landau.phys.spbu.ru 2008-05-27 05:31:06 --- Forgot to say that this is pure gtk-specific i.e. no Mono or anything else was installed.
just plain:
$ export WINEPREFIX=`pwd`/gtktest $ wineboot -i $ cd gtktest/drive_c $ wget http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.12/gtk+-bundle-2.12.9-1... $ mkdir gtk $ cd gtk $ unzip ../gtk+-bundle-2.12.9-1-20080521.zip $ cd bin $ wine gtk-demo.exe
and we see something like this: http://bugs.winehq.org/attachment.cgi?id=12559
On the other hand, on Windows gtk-demo.exe from the abovementioned bundle runs fine.
P.S. I suggest ot change summary to:
"GTK+ demo (gtk-demo.exe) doesn't work"