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

发布了717 篇原创文章 · 获赞 324 · 访问量 157万+

猜你喜欢

转载自blog.csdn.net/appleyuchi/article/details/104634357