完全消除wine中文亂碼,QQ,kugoo等等....

2019-09-02更新:php

建議使用:https://github.com/wszqkzqk/deepin-wine-ubuntulinux

兼容性更好,更適合平常使用git

 

如下內容再也不推薦使用!github


 

原文連接:http://forum.ubuntu.org.cn/viewtopic.php?t=290155ubuntu

windows

 

wine下中文的配置方案
步驟:
1. 初始設置
運行 winecfg,把模擬的 Windows 系統設置爲 Windows XP 或者 Windows 2000。
2. 準備字體
爲了讓 Windows 應用程序看上去更美觀,因此須要 Windows 下面的字體。
因爲我已經將 simsun.ttc 複製到 /usr/share/fonts/windows/ 目錄中了。因此我只須要在
~/.wine/drive_c/windows/Fonts/ 目錄中爲 simsun.ttc 建立一個符號鏈接:
cd ~/.wine/drive_c/windows/Fonts(若是不是Fonts那多是fonts)
ln -s /usr/share/fonts/windows/simsun.ttc simsun.ttc
ln -s /usr/share/fonts/windows/simsun.ttc simfang.ttc
建立一個 simfang.ttc 是許多 Windows 應用默認使用 simfang.ttc 字體。
3. 修改 ~/.wine/system.reg
裝好字體後,還要修改一下 Wine 的註冊表設置,指定與字體相關的設置:
gedit ~/.wine/system.reg
(必定要使用 gedit 或其餘支持 gb2312/utf8 編碼的編輯器修改這些文件,不然文件中的中文
可能變亂碼)
搜索: LogPixels
找到的行應該是:[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]
將其中的:
"LogPixels"=dword:00000060
改成:
"LogPixels"=dword:00000070
搜索: FontSubstitutes
找到的行應該是:[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes]
將其中的:
"MS Shell Dlg"="Tahoma"
"MS Shell Dlg 2″="Tahoma"
改成:
"MS Shell Dlg"="SimSun"
"MS Shell Dlg 2″="SimSun"
4. 修改 ~/.wine/drive_c/windows/win.ini
gedit ~/.wine/drive_c/windows/win.ini
在文件末尾加入:
[Desktop]
menufontsize=13
messagefontsize=13
statusfontsize=13
IconTitleSize=13
5. 最關鍵的一步,網上不少文章中沒有提到的一步──把下面的代碼保存爲zh.reg,而後終
端執行regedit zh.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"
好了好了,以後 你會發現中文是多麼的美麗。。。
這個連kugoo的亂碼也解決了
看圖編輯器

 

 

wine 顯示中文字體:http://linux-wiki.cn/wiki/zh-hans/Wine%E7%9A%84%E4%B8%AD%E6%96%87%E6%98%BE%E7%A4%BA%E4%B8%8E%E5%AD%97%E4%BD%93%E8%AE%BE%E7%BD%AEpost

字體連接

Windows支持字體連接:[1]當一種字體中不存在某個字時,能夠嘗試從另外一個字體文件中尋找相應的字形。因此只要把當前系統中的中文字體設爲"fallback"字體,漢字一般就能正確顯示了。方法也很簡單,只需建立一個文本文件,如chn_font.reg以下[2]字體

REGEDIT4
 
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] "Lucida Sans Unicode"="wqy-microhei.ttc" "Microsoft Sans Serif"="wqy-microhei.ttc" "MS Sans Serif"="wqy-microhei.ttc" "Tahoma"="wqy-microhei.ttc" "Tahoma Bold"="wqy-microhei.ttc" "SimSun"="wqy-microhei.ttc" "Arial"="wqy-microhei.ttc" "Arial Black"="wqy-microhei.ttc"

注意請將wqy-microhei.ttc替換爲你係統中的字體文件名,如文泉驛正黑是wqy-zenhei.ttc(請在/usr/share/fonts及其子文件夾中尋找相應字體文件)。編碼

Hint.gif
提示: 
若是想使用其它字體,也可直接將相應的ttf或ttc文件複製到 ~/.wine/drive_c/windows/Fonts/,再用其文件名替換上面的 wqy-zenhei.ttc便可。

最後,打開註冊表wine regedit,導入上面的註冊表文件便可。中文應該都能完美顯示了(包括Picasa中文顯示爲方框、軟件安裝程序漢字沒法顯示等問題都可被解決)。

Note.gif
注意:  注意上面的註冊表鍵值只能使用字體的文件名,而不能使用字體名,這是由「字體連接」自己的特性決定的。
相關文章
相關標籤/搜索