轉(zhuǎn)貼于:http://forum.ubuntu.org.cn/viewtopic.php?t=52397&highlight=


折騰了一天終于折騰好了,對話框按鈕和輸入中文問題也解決了。

安裝方法很簡單,見

http://www.tatanka.com.br/ies4linux/page/Installation:Ubuntu

安裝之后,下載雅黑字體文件,copy到目錄
~/.ies4linux/ie6/drive_c/windows/fonts

這時運行桌面上的IE6圖標(biāo),使用后有2個問題:
1.不能用scim輸入中文
2.對話框的按鈕文字是亂碼

解決辦法
1.
去掉scim設(shè)置的 前端->全局設(shè)置->將預(yù)編輯字符串嵌入到客戶端中 前的勾
去掉scim設(shè)置的 面板->gtk->嵌入式候選詞標(biāo)


http://forum.ubuntu.org.cn/viewtopic.php?t=51420&postdays=0&postorder=asc&start=0

2.
到windows下copy一個simsun.ttc放到
~/.ies4linux/ie6/drive_c/windows/fonts

代碼:

gedit ~/.ies4linux/ie6/system.reg


找到這兩行

代碼:

 "MS Sans Serif"="sserife.fon"
 "MS Serif"="serife.fon"


替換為

代碼:

"MS Sans Serif"="SIMSUN.TTC"
 "MS Serif"="SIMSUN.TTC"


另外修改
其中如下部分
代碼:

[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1144897563
"MS Shell Dlg"="SimSun"
"MS Shell Dlg 2"="SimSun"


保存退出,OK了


http://forum.ubuntu.org.cn/viewtopic.php?p=283867#283867
http://forum.ubuntu.org.cn/viewtopic.php?p=283865#283865