docker-wechat icon indicating copy to clipboard operation
docker-wechat copied to clipboard

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

Open 66Ronghua99 opened this issue 5 years ago • 2 comments
trafficstars

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

66Ronghua99 avatar Sep 05 '20 15:09 66Ronghua99

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

docker exec -it wechat bash

2.安装 libqt4-declarative

apt update
apt install libqt4-declarative

3.重启容器

docker restart wechat

top-bettercode avatar Sep 07 '20 01:09 top-bettercode

可尝试以下方式 未验证 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:/# 安装不成功

onyx-wang avatar Nov 23 '20 03:11 onyx-wang