修正 wine 中文輸入當機問題

  • 到 wine 的 source dir 下修改 dlls/winex11.drv/x11drv_main.c
  • 找到
    if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" );
    這一行, 將其注解掉
  • 重新 compile 就萬事 ok 啦 !
  • 原始討論與 wine bug:
    http://moto.debian.org.tw/viewtopic.php?t=11008