|
从 Linux 公社整理过来的(w3m 居然不能保存 linuxsir 的 cookies , 这两天只好天天在公社灌水....), 在 Linux 上用 wine 运行 QQ
下载 wine 的 xim 补丁, 或者 打好补丁的 wine cvs 版 rpm 包
然后修改 $HOME/wine/.config :
在config里加这段才能正常运行qq:
[AppDefaults\\QQ.exe\\DllOverrides] (如果你的qq程序是qq2000.exe则改成相应的)
"shell" = "native, builtin"
"shell32" = "native, builtin"
"shfolder" = "native, builtin"
"shlwapi" = "native, builtin"
"comctl32" = "native, builtin"
"commctrl" = "native, builtin"
"rpcrt4" = "native, builtin"
"ole" = "native"
"ole32" = "native"
"oleaut32" = "native"
"wininet" = "native, builtin"
"shdocvw" = "native, builtin"
"imm32" = "builtin, native"
"imm" = "builtin"
相关帖子:
http://211.95.164.50/nuke/module ... highlight=wine%2Bqq
http://www.linuxfans.org/nuke/mo ... iewtopic&t=6957 |
|