http://bugs.winehq.org/show_bug.cgi?id=7285
------- Additional Comments From nospam@thenerdshow.com 2007-13-04 00:47 ------- The following hack, originally from http://forums.fedoraforum.org/showthread.php?t=127383&page=5&pp=15 allows wine to work with scim. No problems so far.
diff --git a/dlls/winex11.drv/x11drv_main.c b/dlls/winex11.drv/x11drv_main.c index 8012c2d..71744bd 100644 --- a/dlls/winex11.drv/x11drv_main.c +++ b/dlls/winex11.drv/x11drv_main.c @@ -385,7 +385,7 @@ static BOOL process_attach(void)
/* Open display */
- if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" ); + /* if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" ); */
if (!(display = XOpenDisplay( NULL ))) return FALSE;