微信不显示图片,不能发过图片
Tofloor
poster avatar
133******13
deepin
2020-11-04 18:45
Author

急,急,急,最新版deepin-wine5升级到了5.0.13 stable版了,微信不显示图片,不能发过图片。

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2020-11-04 19:59
#1

为什么我看软件源里的还是 5.0.11[困惑]

Reply View the author
jingle
deepin
2020-11-04 20:21
#2
deepin@deepin:~/Desktop$ apt-cache policy com.qq.weixin.deepin 
com.qq.weixin.deepin:i386:
已安装:2.9.5.41deepin2
候选: 2.9.5.41deepin7
版本列表:
2.9.5.41deepin7 500
500 https://community-store-packages.deepin.com/appstore eagle/appstore i386 Packages
*** 2.9.5.41deepin2 100
100 /var/lib/dpkg/status
deepin@deepin:~/Desktop$ apt-cache policy deepin-wine5
deepin-wine5:i386:
已安装:5.0.11-1
候选: 5.0.11-1

正常版本。

Reply View the author
133******13
deepin
2020-11-04 20:51
#3

我查了一下,也是5.0.0.11,但是在./deepinwine这个目录下,有两个:deepin-wine5和deepin-wine5-stable,最新版微信调用的是:deepin-wine5-stable


BOTTLENAME="Deepin-WeChat"
APPVER="2.9.5.41deepin7"
EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe"
START_SHELL_PATH="$HOME/.deepinwine/deepin-wine-helper/run_v3.sh"
export MIME_TYPE=""
export DEB_PACKAGE_NAME="com.qq.weixin.deepin"
export APPRUN_CMD="$HOME/.deepinwine/deepin-wine5-stable/bin/wine"
export PATCH_LOADER_ENV=""
export FILEDLG_PLUGIN="/opt/apps/$DEB_PACKAGE_NAME/files/gtkGetFileNameDlg"

export SPECIFY_SHELL_DIR=`dirname $START_SHELL_PATH`

Reply View the author
133******13
deepin
2020-11-04 21:06
#4

这是QQ,调用的目录不一样

BOTTLENAME="Deepin-QQ"
APPVER="9.3.2deepin14"
EXEC_PATH="c:/Program Files/Tencent/QQ/Bin/QQ.exe"
START_SHELL_PATH="$HOME/.deepinwine/deepin-wine-helper/run_v3.sh"
export MIME_TYPE=""
export DEB_PACKAGE_NAME="com.qq.im.deepin"
export APPRUN_CMD="$HOME/.deepinwine/deepin-wine5/bin/wine"
export PATCH_LOADER_ENV=""
export FILEDLG_PLUGIN="/opt/apps/$DEB_PACKAGE_NAME/files/gtkGetFileNameDlg"

export SPECIFY_SHELL_DIR=`dirname $START_SHELL_PATH`

Reply View the author
133******13
deepin
2020-11-04 23:54
#5

已搞定,把deepin-wine2.18装上就可以了,这次装系统后,直接装有deepinwine5,结果就出现这种情况了,把2.18再装上就没有问题了。

Reply View the author