Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin-wine-qq无法加载图片解决方案
Experiences and Insight
520
views ·
1
replies ·
To
floor
Go
蒙笛
deepin
2020-03-11 01:41
Author
本帖最后由 yuzh496 于 2020-4-5 20:20 编辑
我只是个搬运工,亲测方法有效。
原贴:
https://www.cnblogs.com/crab-in-the-northeast/p/deepin-wine-qq-cannot-load-pic.html
deepin-wine-qq无法加载图片解决方案
最近在qq水群讨论学术的时候发现了一个奇怪的问题:无法加载图片。
具体点是,如果图片没有被其他设备接收,并且在缓存中,图片是可以加载的,反之不可。
这东西很烦人啊,于是我就去查项目issue:
https://github.com/wszqkzqk/deepin-wine-ubuntu/issues/222
然后找到了解决方案:
关闭ipv6
为了防止以后再捣鼓坏系统重装我经常干这种事,还是来记录一下。
首先,输入命令:
$ sudo gedit /etc/sysctl.conf
Copy the Code
在文件的最后追加这样几行(关闭ipv6):
# IPv6 disabled
net.ipv6.conf.all.disable_ipv6 =1
net.ipv6.conf.default.disable_ipv6 =1
net.ipv6.conf.lo.disable_ipv6 =1
Copy the Code
保存退出,输入命令:
$ sudo sysctl -p
$ ipconfig
Copy the Code
此时你应该看不到inet6那一行了。
然后清除缓存:
$ sudo rm -rf ~/.deepinwine/Deepin-QQ
Copy the Code
当然如果你安装的是其他容器,比如Tim,Wechat,替换上面的QQ就好。
然后打开QQ,登录的时候头像显示为默认头像,登录完毕正式上线就是最新头像了!浏览聊天记录,问题解决。
另外,群聊需要双击打开才能更新头像,但很快。
Reply
Like 0
Favorite
View the author
All Replies
huwenqiang
deepin
2020-04-01 00:28
#1
支持! 到时候就去试试!
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
我只是个搬运工,亲测方法有效。
原贴:https://www.cnblogs.com/crab-in-the-northeast/p/deepin-wine-qq-cannot-load-pic.html
deepin-wine-qq无法加载图片解决方案