[求助] deepin-wine报如下错误,怎么解决
Tofloor
poster avatar
130******12
deepin
2018-11-03 23:47
Author
Could not load wine-gecko. HTML rendering will be disabled.

我在网上找的都是wine的不是deepin-wine的,对wine我不会,请求大神帮助下!


Reply Favorite View the author
All Replies
avatar
130******12
deepin
2018-11-04 05:19
#1
我顶!!!!!!! https://bbs.deepin.org/user/101846
Reply View the author
avatar
aida
deepin
2018-11-05 17:23
#2
按wine的文档中debian的安装步骤就可以,版本选 stretch。
https://wiki.winehq.org/Debian_zhcn
Reply View the author
avatar
retain
deepin
2018-11-05 22:20
#3
https://bbs.deepin.org/post/170512
按wine的文档中debian的安装步骤就可以,版本选 stretch。
https://wiki.winehq.org/Debian_zhcn ...

不能直接在deepin-wine 里面安装这个gecko 嘛?
Reply View the author
avatar
xiewei
deepin
2018-11-06 01:21
#4
你这是自己安装什么软件提示的?
wine-gecko可以弃用,用winetricks在容器目录安装IE就可以了
Reply View the author
avatar
beautycell
deepin
2020-08-14 06:01
#5
Could not load wine-gecko. HTML rendering will be disabled.

我今天也是被提示这个了
Reply View the author
avatar
小明Hackintosh
deepin
2020-08-14 18:20
#6
复制一下容器比较快一些,还没有乱码。
cp -r ~/.deepinwine/Deepin-QQ ~/Potplayer
如果要装的话,命令是
#安装wine_gecko
WINEPREFIX=~/Potplayer deepin-wine msiexec /i /home/user/Downloads/wine_gecko-2.47-x86.msi
#注册pdg2.dll
WINEPREFIX=~/Potplayer deepin-wine Regsvr32 "C:\Windows\System32\pdg2.dll"
Reply View the author