deepin wine wechat
1.0.0
참조 https://github.com/wszqkzqk/deepin-wine-ubuntu
Kubuntu 19.04
에서 테스트되었으며 듀얼 스크린을 지원합니다.
./install.sh
또는 ./KDE-install.sh
실행하세요. Shift+Alt+F12
끄는 것입니다. 성공 후 다시 전환하면 배경이 정상적으로 작동할 수 있습니다. 아이콘 영역이 검게 변하지만 사용에는 영향을 미치지 않습니다. 下载字体: https://github.com/owent-utils/font/blob/master/%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91/MSYH.TTC
#1.添加字体
cp msyh.ttc ~/.deepinwine/Deepin-WeChat/drive_c/windows/Fonts
#2.修改系统注册表
gedit ~/.deepinwine/Deepin-WeChat/system.reg
#修改以下两行
"MS Shell Dlg"="msyh"
"MS Shell Dlg 2"="msyh"
#3.字体注册
gedit msyh_config.reg
#内容添加
REGEDIT4
[HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionFontLinkSystemLink]
"Lucida Sans Unicode"="msyh.ttc"
"Microsoft Sans Serif"="msyh.ttc"
"MS Sans Serif"="msyh.ttc"
"Tahoma"="msyh.ttc"
"Tahoma Bold"="msyhbd.ttc"
"msyh"="msyh.ttc"
"Arial"="msyh.ttc"
"Arial Black"="msyh.ttc"
#注册
WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine regedit msyh_config.reg