Comment 0 for bug 731399

Revision history for this message
Rob Thornton (rob-t-telus) wrote :

In windows, GTk+ themes don't work. Theme engines can't be found because gtk+ libraries shipped with package use a libdir of "C:\MinGW\..." These either need to be:

a) reconfigured with a proper --prefix for windows and use DESTDIR for a temporary install so the GTK+ libraries can be found
b) use a script to set GTK_EXE_PATH to where the theme engines are found
c) copy the theme engines to %home%\.gtk-2.0\...

a > c > b

choice c is easiest to implement.
choice a is how pidgin & gimp work.