Deepin-QQ亂碼問題-暫時沒有解決

目前嘗試的方案是:

#gedit /opt/deepinwine/tools/run.sh
WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine"

cp simsun.ttc ~/.deepinwine/Deepin-QQ/drive_c/windows/Fonts

edit ~/.deepinwine/Deepin-QQ/system.reg
"MS Shell Dlg"="simsun"
"MS Shell Dlg 2"="simsun"

 

fonts.reg

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

mv ~/.wine ~/.wine64(因爲現有的wine是64位系統的,而deepin-wine是32位系統,所以要先挪動到別處才能繼續往下面執行)

deepin-wine regedit fonts.reg

 

解決方案:
https://blog.csdn.net/hymanjack/article/details/100168300
https://blog.csdn.net/qq_39762401/article/details/98609633

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章