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中文環(huán)境
/home/xxx/.wine/drive_c/windows 下創(chuàng)建chinese_env.reg文件
文件內(nèi)容是
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菜單中選導(dǎo)入chinese_env.reg,退出wine.
[xxx@localhost ~]$export LANG=zh_CN.UTF-8
4.開始運行程序
[xxx@localhost ~]$wine filename 就可以運行中文界面的程序 這樣可以運行大部分程序
5.運行迅雷5出現(xiàn)問題,比如暫停死機、暫停下載重新下載時從零開始下載的問題時,如下操作就可以
首先把迅雷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