在ubuntu下完美安裝RTX(解決離線、亂碼問題) 轉

本教程在Ubuntu10.10及11.04測試經過,其它Ubuntu版本僅供參考。
1.在Ubuntu的軟件中心的菜單欄中的編輯下面打開軟件源-》其餘軟件-》添加,輸入: ubuntu

deb http://ppa.launchpad.net/wine-cn/ppa/ubuntu lucid main 2.而後在Ubuntu軟件中心的搜索wine並安裝Microsoft Windows Compatibility Layer(Binary Emulator and Library
3.安裝wine下的window擴展包安裝工具winetricks,在終端下輸入:
wget -c http://www.kegel.com/wine/winetricks
chmod +x winetricks 
sudo mv winetricks /usr/local/bin 4.安裝window .cab 解包支持 cabextract,在終端下輸入:
sudo apt-get install cabextract 5.安裝RTX用到的相關擴展,在終端下輸入
winetricks msxml3 gdiplus riched20 riched30 ie6 vcrun6 vcrun2005sp1 這一步會提示出錯,先打開firefox下載msxml3.msi(該文件的下載地址在報錯的時候會給出來,咱們把這個地址從終端複製到firefox就 能夠了),並把這個複製到/home/aaa/.cache/winetricks/msxml3(aaa爲本身的用戶名)
複製好後再次執行
winetricks msxml3 gdiplus riched20 riched30 ie6 vcrun6 vcrun2005sp1
6.安裝RTX(我裝的是2009版本的),安裝的時候會有一個RTXShlMenu.dll的錯誤(注:只有這個錯誤),忽略就能夠了。
wget -c http://dl_dir.qq.com/qqfile/rtx/rtxclient2009formal.exe
wine rtxclient2009formal.exe

7.解決亂碼問題
點開「應用程序」->「Wine」->「Configure Wine」->「函數庫」->在「新增函數庫頂替」中,輸入「oleaut32.dll」,再點擊「添加」->「應用」->「肯定」。
8.自動掉線的問題解決
在登陸RTX後在「我的設置」裏的「回覆設置中」把「自動狀態轉換」的勾去掉。
9.解決RTX對話窗口中姓名亂碼的問題
在RTX的「我的設置」裏的「姓名」從新設置一下 windows

10.若是仍有亂碼以下操做把下面的代碼保存爲rtx.reg 函數

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial"="simsun"
"Arial CE,238"="simsun"
"Arial CYR,204"="simsun"
"Arial Greek,161"="simsun"
"Arial TUR,162"="simsun"
"Courier New"="simsun"
"Courier New CE,238"="simsun"
"Courier New CYR,204"="simsun"
"Courier New Greek,161"="simsun"
"Courier New TUR,162"="simsun"
"FixedSys"="simsun"
"Helv"="simsun"
"Helvetica"="simsun"
"MS Sans Serif"="simsun"
"MS Shell Dlg"="simsun"
"MS Shell Dlg 2"="simsun"
"System"="simsun"
"Tahoma"="simsun"
"Times"="simsun"
"Times New Roman CE,238"="simsun"
"Times New Roman CYR,204"="simsun"
"Times New Roman Greek,161"="simsun"
"Times New Roman TUR,162"="simsun"
"Tms Rmn"="simsun"

而後終端執行 工具

regedit rtx.reg

從Windows目錄下的Fonts裏的simsun.ttc複製到/home/user/.wine/drive_c/windows/fonts裏面。 測試

cp /media/WINXP/WINDOWS/Fonts/simsun.ttc /home/user/.wine/drive_c/windows/Fonts/

注:上面的路徑請替換爲本身的實際路徑 .net

相關文章
相關標籤/搜索