Miles Yao

Results 2 comments of Miles Yao

修改 `/opt/deepinwine/tools` 下的 `run.sh` `run_v2.sh` `run_v3.sh` `run_v4.sh` 对应的 `WINE_CMD="deepin-wine"` 为以下, 保存后重启微信, 可解决 ibus 输入中文的问题, 在 ubuntu 21.10 测试通过: ```sh # WINE_CMD="deepin-wine" WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine" export GTK_IM_MODULE="ibus" export QT_IM_MODULE="ibus" export XMODIFIERS="@im=ibus" ```...

sometimes same error happend with all sync or async `channel_layer.group_add/group_discard/group_send`.