Jan 06

转自:http://forum.ubuntu.org.cn/viewtopic.php?t=246980

1.编译安装 Wine
参照教程:
http://chunchu.org/linux/2012/12/12/3618.html

2.安装winetricks
2.1下载winetricks:

wget http://www.kegel.com/wine/winetricks
sudo apt-get install cabextract
chmod +x winetricks
./winetricks 

2.2安装所需的dll:

./winetricks

选择安装msxml3、gdiplus、riched20、riched30、ie6、vcrun6、vcrun2005sp1。

或者直接输入代码安装:

sh winetricks msxml3 gdiplus riched20 riched30 ie6 vcrun6 vcrun2005

3.安装QQ2008
3.1下载QQ2008:
http://download.tech.qq.com/soft/17/21/42698/index.shtml

3.2配置winecfg:
应用程序指向你安装的QQ2008目录中的QQ.exe。
选中QQ在函数库里面添加mfc42.dll,msvcp60.dll,riched20.dll,riched32.dll编辑为原装。
环境XP以上。

3.3注册flash:
复制Flash.ocx到 /home/你的用户名/.wine/drive_c/windows/system32/Macromed/Flash下
要是没有Macromed/Flash,自己建。
输入代码:

env WINEPREFIX="/home/你的用户名/.wine" wine regsvr32 "C:windowssystem32MacromedFlashFlash.ocx" 

4.安装QQ2008
4.1输入代码:

wine QQ2008.exe

4.2新建桌面快捷方式
在桌面新建个文件把下面代码复制进去,另存为QQ2008.desktop。icon的路径上面的是我安装了Linux for QQ的版本的,没安装的大哥们,就随便做张图,标识,自己知道就行了。

#!/usr/bin/env xdg-open
   [Desktop Entry]
   Name=QQ2009
   Exec=env WINEPREFIX="/home/你的用户名/.wine" wine "C:\Program Files\Tencent\QQ\bin\QQ.exe"
   Type=Application
   StartupWMClass=Wine
   Path=/home/你的用户名/.wine/dosdevices/c:/Program Files/Tencent/QQ
   Icon=/usr/share/tencent/qq/qq.png

需要重新编辑代码只需要输入:

gedit QQ2008.desktop

4.3复制字体
登录QQ2008看看是不是文字是方框,要是的话就把simsun.ttc复制到./wine/drive_c/windows/fonts文件夹。

4.4修改注册表文件
编辑代码:

REGEDIT4

[HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionFontLink]
"FontLinkControl"=dword:00004000
"FontLinkDefaultChar"=dword:00003000

[HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionFontLinkSystemLink]
"Lucida Sans Unicode"=hex(7):4d,53,47,4f,54,48,49,43,2e,54,54,43,00,4d,53,55,
 49,00,47,6f,74,68,69,63,00,00
"Microsoft Sans Serif"=hex(7):53,69,6d,53,75,6e,2e,54,54,43,00,53,69,6d,53,75,
  6e,00,00
"SimSun"=hex(7):67,75,6c,69,6d,2e,74,74,63,00,67,75,6c,69,6d,00,00
"Tahoma"=hex(7):53,69,6d,53,75,6e,2e,54,54,43,00,53,69,6d,53,75,6e,00,00

[HKEY_CURRENT_USERSoftwareWineX11 Driver]
"ClientSideAntiAliasWithCore"="Y"
"ClientSideAntiAliasWithRender"="Y"
"ClientSideWithRender"="Y"

[HKEY_CURRENT_USERControl PanelDesktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001

另存为GB18030 ***.reg。
在终端输入代码:

wine regedit ***.reg

附件:
QQ2008正式版:http://softdl.tech.qq.com/soft/21/QQ2008.zip
Flash.ocx:http://storage.chunchu.net/Picture/flash.tar.gz

最后放上我的运行图片,基本的聊天功能是可以满足的,只是聊天窗口上面有一条黑线,不管怎么说要比那坑爹的Linux for QQ好太多了。

Leave a Reply