终于发现QQ图片转圈的原因了
Tofloor
poster avatar
lflflf
deepin
2020-02-13 18:06
Author
用wine5.0的日志输出发现取图片的时候会有域名解析失败,原来是IPV6打开了导致的。关闭ipv6,重新打开QQ,取图片转圈问题解决

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1



另外选择wine5.0安装QQ9.2.3已经可以完美运行,但可以不能在深度上运行,因为拖盘不能兼容wine只优化了deepin-wine。
Reply Favorite View the author
All Replies
4 / 4
To page
avatar
176******28
deepin
2020-05-23 05:28
#61
https://bbs.deepin.org/post/188959
sudo dedit /etc/sysctl.d/99-sysctl.conf
加入:
net.ipv6.conf.all.disable_ipv6 = 1

大于 Ubuntu 18.04 可能会多一句,比如我用的 Linux Mint 19:https://www.configserverfirewall.com/ubuntu-linux/ubuntu-disable-ipv6/
net.ipv6.conf.<接口的名字(ifconfig 命令可以看到)>.disable_ipv6 = 1,比如我的就是有 inet6 的那块的第一行第一个单词
Reply View the author
avatar
houyawei
deepin
2020-05-23 06:42
#62
话说你们关了后消息记录正常吗
Reply View the author
4 / 4
To page