Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu19.04微信输入中文变成黑色正方形 #25

Open
wigginskuang opened this issue Sep 2, 2019 · 5 comments
Open

ubuntu19.04微信输入中文变成黑色正方形 #25

wigginskuang opened this issue Sep 2, 2019 · 5 comments

Comments

@wigginskuang
Copy link

输入框中输入中文后,都变成一个个黑色小正方形

@WeiYang1005
Copy link

在wechat的sh启动脚本中加入“ export LANG="zh_CN.UTF-8" ”即可

@sherry2014
Copy link

启动脚本的位置在哪儿

@jactor-sue
Copy link
Owner

/opt/deepinwine/apps/Deepin-WeChat/run.sh

@deanjo
Copy link

deanjo commented Nov 20, 2019

/opt/deepinwine/apps/Deepin-WeChat/run.sh

没有效果呢

@liuyatao
Copy link

liuyatao commented Jan 9, 2020

系统是 Ubuntu 18.04.3 LTS 出现字体乱码,
DeepinScreenshot_select-area_20200109091738

修改/opt/deepinwine/apps/Deepin-WeChat/run.sh

BOTTLENAME="Deepin-WeChat"
APPVER="2.6.2.31deepin0"
export LANG="zh_CN.UTF-8"
/opt/deepinwine/tools/run.sh $BOTTLENAME $APPVER "$1" "$2" "$3"

重新微信左侧列表字体显示正常,但是聊天输入框输入汉字是乱码。

DeepinScreenshot_select-area_20200109151726

最终按照该说明修改成功。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants