1.安装wine
[xxx@localhost ~]$sudo yum install wine
You need to install cabextract first!
yum install wine cabextract
升级linux+wine中安装IE
http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
在ies4linux-2.99.0.1/lib/install.sh 中修改corefonts下载地址
http://cdnetworks-kr-1.dl.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe
for font in $COREFONTS; do
#download "http://internap.dl.sourceforge.net/sourceforge/corefonts/$font"
download "http://cdnetworks-kr-1.dl.sourceforge.net/project/corefonts/the%20fonts/final/$font"
done
在install.sh 426行左右
subsection $MSG_CREATING_PREFIX
set_wine_prefix "$BASEDIR/ie1/"
wineprefixcreate &> /dev/null
clean_tmp
改为:
subsection $MSG_CREATING_PREFIX
set_wine_prefix "$BASEDIR/ie1/"
winepath &> /dev/null
clean_tmp
在functions.sh 242行左右
function create_wine_prefix {
if which wineprefixcreate &> /dev/null; then
( wineprefixcreate 2>&1 ) | debugPipe
else
error $MSG_ERROR_NO_WINEPREFIXCREATE
fi
}
改为:
function create_wine_prefix {
if which winepath &> /dev/null; then
( winepath 2>&1 ) | debugPipe
else
error $MSG_ERROR_NO_WINEPREFIXCREATE
fi
}
./ies4linux --no-gui --beta-install-ie7 --locale CN --install-corefonts
2.下载rar+迅雷deb版 for Linux 5.5 绿色版
http://dl-sh-ctc-2.pchome.net/0p/jh/rarlinux-4.2.0.tar.gz
解压到一个目录 运行 make install
http://dx.cr173.com//soft1/wine_thunder.rar 其他版本都运行不正常
Thunder.tar.gz 解压到 /home/xxx/.wine/drive_c/Program Files/Thunder
3.配置wine中文环境
/home/xxx/.wine/drive_c/windows 下创建chinese_env.reg文件
文件内容是
REGEDIT4
[KEY_LOCAL_MACHINE\\Software\\Microsoft\\Window NT\\CurrentVersion\FontSubstitutes]
"MS Shell Dlg"="SimSun.ttc,SimSun"
"MS Shell Dlg 2"="SimSun.ttc,SimSun"
SimSun.ttc字体文件拷贝到/home/xxx/.wine/drive_c/windows/Fonts
然后
[xxx@localhost ~]$cd /home/xxx/.wine/drive_c/windows
[xxx@localhost ~]$wine regedit.exe
在regedit菜单中选导入chinese_env.reg,退出wine.
[xxx@localhost ~]$export LANG=zh_CN.UTF-8
4.开始运行程序
[xxx@localhost ~]$wine filename 就可以运行中文界面的程序 这样可以运行大部分程序
5.运行迅雷5出现问题,比如暂停死机、暂停下载重新下载时从零开始下载的问题时,如下操作就可以
首先把迅雷5程序拷贝到/xxx/.ies4linux/ie6/drive_c/Program Files/下面
[xxx@localhost ~]$ie6
运行ie6,然后在打开菜单中选择迅雷5就可以运行,暂停死机的问题就解决了。
备注:ie6 运行比较正常,为了加快速度启动把主页改成about:blank,下次启动ie6时比较快
这个版本的ie7有些问题,有些功能都没有,Internet选项功能没有,如何修改主页呢?
文件->打开->regedit.exe 主页修改成 about:blank
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page