1.从Ubuntu8.04的源里安装wine(目前是0.9.59版),打开终端,输入
sudo apt-get install wine
2.安装CAB、RAR解压支持(以下需要)
sudo apt-get install cabextract rar unrar
3.下载ies4linux2.05
4.用ies4linux安装IE6
5.配置IE6的中文环境
gedit ~/.ies4linux/ie6/system.reg
查找FontSubstitutes,定位于[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1208345910这一小节,找到
"MS Shell Dlg"="Tahoma"
"MS Shell Dlg 2"="Tahoma"
修改为
"MS Shell Dlg"="SimSun"
"MS Shell Dlg 2"="SimSun"
"Tahoma"="SimSun"
保存退出。