top-bettercode / docker-wechat

微信 docker 镜像
https://hub.docker.com/r/bestwu/wechat/
486 stars 69 forks source link

Ubuntu 20.04 搜狗输入法输入中文的时候会anr #21

Open 66Ronghua99 opened 4 years ago

66Ronghua99 commented 4 years ago

使用搜狗输入法的时候,对话框会anr,并且等待并不会恢复

top-bettercode commented 4 years ago

可尝试以下方式 未验证 1.进入wechat容器

docker exec -it wechat bash

2.安装 libqt4-declarative

apt update
apt install libqt4-declarative

3.重启容器

docker restart wechat
onyx-wang commented 3 years ago

可尝试以下方式 未验证 1.进入wechat容器

docker exec -it wechat bash

2.安装 libqt4-declarative

apt update
apt install libqt4-declarative

3.重启容器

docker restart wechat

$ docker exec -it wechat bash root@43a7597fbd6b:/# apt update Ign:1 https://mirrors.aliyun.com/deepin stable InRelease Err:2 https://mirrors.aliyun.com/deepin stable Release 404 Not Found [IP: 14.215.172.220 443] Reading package lists... Done E: The repository 'https://mirrors.aliyun.com/deepin stable Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. root@43a7597fbd6b:/# add-apt-repository ppa:rock-core/qt4 bash: add-apt-repository: command not found root@43a7597fbd6b:/# sudo add-apt-repository ppa:rock-core/qt4 bash: sudo: command not found root@43a7597fbd6b:/# add-apt-repository ppa:rock-core/qt4 bash: add-apt-repository: command not found root@43a7597fbd6b:/# apt install libqt4-declarative Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package libqt4-declarative root@43a7597fbd6b:/# 安装不成功