2024-03-22 03:42PM
参考:https://github.com/wszqkzqk/deepin-wine-ubuntu/issues/136
在输入消息栏里面输入中文全显示成方块,需要修改下面这个文件:
/opt/deepinwine/tools/run.sh
将 WINE_CMD 那一行修改为
WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine"
如果你使用的是wine,则在 /opt/deepinwine/tools/run.sh 文件中,将 WINE_CMD 那一行修改为:
WINE_CMD="LC_ALL=zh_CN.UTF-8 wine"
登录
请登录后再发表评论。
评论列表:
目前还没有人发表评论