wszqkzqk / deepin-wine-ubuntu

Deepin Wine for Ubuntu/Debian
5.99k stars 873 forks source link

Ubuntu20.04安装最新版微信失败 #274

Open rj-hwang opened 4 years ago

rj-hwang commented 4 years ago

Ubuntu20.04安装最新版微信失败:

$ sudo dpkg -i deepin.com.wechat_2.6.8.65deepin0_i386.deb
正在选中未选择的软件包 deepin.com.wechat:i386。
(正在读取数据库 ... 系统当前共安装有 173292 个文件和目录。)
准备解压 deepin.com.wechat_2.6.8.65deepin0_i386.deb  ...
正在解压 deepin.com.wechat:i386 (2.6.8.65deepin0) ...
dpkg: 依赖关系问题使得 deepin.com.wechat:i386 的配置工作不能继续:
 deepin.com.wechat:i386 依赖于 deepin-wine (>= 2.18-19);然而:
系统中 deepin-wine 的版本为 2.18-12。

dpkg: 处理软件包 deepin.com.wechat:i386 (--install)时出错:
 依赖关系问题 - 仍未被配置
正在处理用于 gnome-menus (3.36.0-1ubuntu1) 的触发器 ...
正在处理用于 desktop-file-utils (0.24-1ubuntu2) 的触发器 ...
正在处理用于 mime-support (3.64ubuntu1) 的触发器 ...
正在处理用于 hicolor-icon-theme (0.17-2) 的触发器 ...
在处理时有错误发生:
 deepin.com.wechat:i386

deb 包是从 https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/ 下载的。

降低一个版本安装 deepin.com.wechat_2.6.2.31deepin0_i386.deb 成功,可发送英文、数字信息,但中文输入法文字、图片、文件、截图均无法发送。

CyrusYip commented 4 years ago

我在Kubuntu20.04下这样安装就成功了,我用的输入法是Fcitx。除了托盘不闪烁之外,其他使用都没问题。你可以参考一下这个安装步骤。

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
chmod +x ./install_2.8.22.sh
./install_2.8.22.sh
wget https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.8.65deepin0_i386.deb
sudo dpkg -i deepin.com.wechat_2.6.8.65deepin0_i386.deb
sudo apt install fonts-wqy-microhei fonts-wqy-zenhei # 解决中文字体变方块的问题
rj-hwang commented 4 years ago

Thanks @CyrusYip 。使用 install_2.8.22.sh 就能装上 deepin.com.wechat_2.6.8.65deepin0_i386.deb 了,执行 sudo apt install fonts-wqy-microhei fonts-wqy-zenhei 也真的解决了中文字体变方块的问题,我使用的是系统自带的中文输入法。现在微信一切正常了。

master 分支的问题希望作者以后解决吧。

Ssslgend commented 4 years ago

赖关系问题使得 deepin.com.wechat:i386 的配置工作不能继续: deepin.com.wechat:i386 依赖于 deepin-wine (>= 2.18). deepin.com.wechat:i386 依赖于 deepin-wine32. deepin.com.wechat:i386 依赖于 deepin-wine32-preloader. deepin.com.wechat:i386 依赖于 deepin-wine-uninstaller. deepin.com.wechat:i386 依赖于 deepin-wine-helper (>= 1.2deepin8).

请教一下这钟怎么解决deepin的版本呢太低吗

xgdgsc commented 3 years ago

 deepin.com.wechat:i386 depends on deepin-wine-helper (>= 1.2deepin8); however:
  Version of deepin-wine-helper:i386 on system is 1.2deepin0.
Changh1228 commented 3 years ago

我在Ubuntu 16.04下安装出现同样的依赖问题,通过 sudo dpkg --add-architecture i386 sudo apt-get update ./install_2.8.22.sh 解决

yiyayamaya commented 3 years ago

我在Kubuntu20.04下这样安装就成功了,我用的输入法是Fcitx。除了托盘不闪烁之外,其他使用都没问题。你可以参考一下这个安装步骤。

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
chmod +x ./install_2.8.22.sh
./install_2.8.22.sh
wget https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.8.65deepin0_i386.deb
sudo dpkg -i deepin.com.wechat_2.6.8.65deepin0_i386.deb
sudo apt install fonts-wqy-microhei fonts-wqy-zenhei # 解决中文字体变方块的问题

感谢 成功了 我也是普通版本的装不动微信 但是换成2.8.22就成功了