[Mono-winforms-list] gtk theme progress

James Gregory james@linuxaus.com
23 Feb 2003 18:36:45 +1100


Hi all,

I just spent the last 12 hours or so working on getting some gtk theme
stuff working in Wine (as I've been promising for a while now). My code
is now at the point where, if it didn't do this:

$ LD_LIBRARY_PATH=/home/james/lib /home/james/bin/notepad 
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
wine: Unhandled exception, starting debugger...
FIXME:pthread_cond_init

(repeated n times)

it would be grabbing some of the colours from the gtk theme and using
them. Unfortunately, as you can see, it just isn't working. I don't know
very much about the threading issues in Wine, but I'm guessing from the
FIXME that this is part of pthreads that wine doesn't implement.

The code in question is trying to do a gtk_init(). Is there some way I
can work around this or do I just wait until the threading issues are
solved in wine?

Thanks,

James.