在openSUSE-Leap-15.5-DVD-x86_64中使用deepin-wine-8.16再使用微信3.9.7.29

2024-02-06 20:52

本文主要是介绍在openSUSE-Leap-15.5-DVD-x86_64中使用deepin-wine-8.16再使用微信3.9.7.29,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

在openSUSE-Leap-15.5-DVD-x86_64中使用deepin-wine-8.16再使用微信3.9.7.29

《在openSUSE-Leap-15.5-DVD-x86_64中使用deepin-wine-6.0.0.62再使用微信3.9.5》
https://blog.csdn.net/weixin_42145772/article/details/135074804?spm=1001.2014.3001.5501

按照上面文章的方法,在deepin23beta2系统中下载相关的软件包并复制到opensuse15.5系统中
root@suozhang-PC:~# apt download com.qq.weixin.deepin
root@suozhang-PC:~# apt download deepin-wine-helper
root@suozhang-PC:~# apt download deepin-wine8-stable
root@suozhang-PC:~# apt download fonts-wqy-microhei
root@suozhang-PC:~# apt download libcapi20-3
root@suozhang-PC:~# apt download libodbc1
root@suozhang-PC:~# apt download libosmesa6

localhost:~ # cd /home/ruhong/opensuse15.5
localhost:/home/ruhong/opensuse15.5 # ls
fonts-wqy-microhei_0.2.0-beta-3_all.deb大小为1.6MB
com.qq.weixin.deepin_3.9.7deepin9_amd64.deb大小为344MB
libcapi20-3_1%3a3.27-3_amd64.deb大小为28KB
deepin-wine-helper_5.3.6-1_amd64.deb大小为1.3MB
libodbc1_2.3.6-0.1-deepin1_amd64.deb大小为217KB
deepin-wine8-stable_8.16-deepin11_amd64.deb大小为185MB
libosmesa6_23.1.2-1deepin1_amd64.deb大小为2.7MB
localhost:/home/ruhong/opensuse15.5 # dpkg --install *.deb
localhost:/home/ruhong/opensuse15.5 # dpkg --add-architecture i386
localhost:/home/ruhong/opensuse15.5 # dpkg --install --force-depends deepin-wine8-stable_8.16-deepin11_amd64.deb

ruhong@localhost:~> /opt/apps/com.qq.weixin.deepin/files/run.sh
Don’t use public dir
Run Deepin-WeChat 3.9.7deepin9 c:/Program Files/Tencent/WeChat/WeChat.exe
/opt/deepinwine/tools/deepin-wine-banner: error while loading shared libraries: libdtkwidget.so.5: cannot open shared object file: No such file or directory
检测到 deepin-wine-banner 运行, exit 1

报错缺少libdtkwidget.so.5补安装即可
localhost:/home/ruhong/opensuse15.5 # zypper search --provides libdtkwidget
Loading repository data…
Reading installed packages…

S | Name | Summary | Type
—±-----------------±------------------------±-------
| libdtkwidget5 | Libraries for dtkwidget | package
i+ | openSUSE-release | openSUSE Leap 15.5 | package
localhost:/home/ruhong/opensuse15.5 # zypper install libdtkwidget5

localhost:~ # dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±=---==========================================
ii com.alibabainc.dingtalk 7.1.0.31120 amd64 钉钉
iU com.qq.weixin.deepin 3.9.7deepin9 amd64 Tencent WeChat Client on Deepin Wine8
iU deepin-wine-helper 5.3.6-1 amd64 Deepin Wine Helper
ii deepin-wine8-stable 8.16-deepin11 amd64 WINE Is Not An Emulator - runs MS Windows programs W
iU fonts-wqy-microhei 0.2.0-beta-3 all Sans-serif style CJK font derived from Droid WenQuan
iU libcapi20-3:amd64 1:3.27-3 amd64 ISDN utilities - CAPI support libraries
iU libodbc1:amd64 2.3.6-0.1-deepin amd64 ODBC library for Unix
iU libosmesa6:amd64 23.1.2-1deepin1 amd64 Mesa Off-screen rendering extension

localhost:~ # dpkg -L com.qq.weixin.deepin |head -n 30
/.
/opt
/opt/apps
/opt/apps/com.qq.weixin.deepin
/opt/apps/com.qq.weixin.deepin/entries
/opt/apps/com.qq.weixin.deepin/entries/applications
/opt/apps/com.qq.weixin.deepin/entries/applications/com.qq.weixin.deepin.desktop
/opt/apps/com.qq.weixin.deepin/entries/icons
/opt/apps/com.qq.weixin.deepin/entries/icons/hicolor
/opt/apps/com.qq.weixin.deepin/entries/icons/hicolor/48x48
/opt/apps/com.qq.weixin.deepin/entries/icons/hicolor/48x48/apps
/opt/apps/com.qq.weixin.deepin/entries/icons/hicolor/48x48/apps/com.qq.weixin.deepin.svg
/opt/apps/com.qq.weixin.deepin/files

localhost:~ # cp /opt/apps/com.qq.weixin.deepin/entries/applications/com.qq.weixin.deepin.desktop /usr/share/applications/
localhost:~ # vim /usr/share/applications/com.qq.weixin.deepin.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Type=Application
X-Created-By=Deepin WINE Team
Categories=InstantMesaging;Network;
Icon=/opt/apps/com.qq.weixin.deepin/entries/icons/hicolor/48x48/apps/com.qq.weixin.deepin.svg
Exec=“/opt/apps/com.qq.weixin.deepin/files/run.sh” -f %f
Name=WeChat
Name[zh_CN]=微信
Comment=Tencent WeChat Client on Deepin Wine8
StartupWMClass=com.qq.weixin.deepin
StartupNotify=true
MimeType=
使用文本编辑器vim打开com.qq.weixin.deepin.desktop文件
将这行
Icon=com.qq.weixin.deepin
改为
Icon=/opt/apps/com.qq.weixin.deepin/entries/icons/hicolor/48x48/apps/com.qq.weixin.deepin.svg
将这行
Categories=chat;
改为
Categories=InstantMesaging;Network;

应用程序——互联网——微信——手机扫码登录——左下角三根横线——设置——通用设置——勾选使用系统默认浏览器打开网页
在这里插入图片描述

设置开机后自动打开微信
ruhong@localhost:~> mkdir /home/ruhong/.config/autostart
ruhong@localhost:~> cp /usr/share/applications/com.qq.weixin.deepin.desktop .config/autostart/
在这里插入图片描述在这里插入图片描述

还是老问题,不能播放微信中的视频,但是可以播放语音,我也不知如何解决

这篇关于在openSUSE-Leap-15.5-DVD-x86_64中使用deepin-wine-8.16再使用微信3.9.7.29的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/685518

相关文章

如何用java对接微信小程序下单后的发货接口

《如何用java对接微信小程序下单后的发货接口》:本文主要介绍在微信小程序后台实现发货通知的步骤,包括获取Access_token、使用RestTemplate调用发货接口、处理AccessTok... 目录配置参数 调用代码获取Access_token调用发货的接口类注意点总结配置参数 首先需要获取Ac

Java使用Mail构建邮件功能的完整指南

《Java使用Mail构建邮件功能的完整指南》JavaMailAPI是一个功能强大的工具,它可以帮助开发者轻松实现邮件的发送与接收功能,本文将介绍如何使用JavaMail发送和接收邮件,希望对大家有所... 目录1、简述2、主要特点3、发送样例3.1 发送纯文本邮件3.2 发送 html 邮件3.3 发送带

使用DeepSeek搭建个人知识库(在笔记本电脑上)

《使用DeepSeek搭建个人知识库(在笔记本电脑上)》本文介绍了如何在笔记本电脑上使用DeepSeek和开源工具搭建个人知识库,通过安装DeepSeek和RAGFlow,并使用CherryStudi... 目录部署环境软件清单安装DeepSeek安装Cherry Studio安装RAGFlow设置知识库总

Python FastAPI入门安装使用

《PythonFastAPI入门安装使用》FastAPI是一个现代、快速的PythonWeb框架,用于构建API,它基于Python3.6+的类型提示特性,使得代码更加简洁且易于绶护,这篇文章主要介... 目录第一节:FastAPI入门一、FastAPI框架介绍什么是ASGI服务(WSGI)二、FastAP

Spring-AOP-ProceedingJoinPoint的使用详解

《Spring-AOP-ProceedingJoinPoint的使用详解》:本文主要介绍Spring-AOP-ProceedingJoinPoint的使用方式,具有很好的参考价值,希望对大家有所帮... 目录ProceedingJoinPoijsnt简介获取环绕通知方法的相关信息1.proceed()2.g

Maven pom.xml文件中build,plugin标签的使用小结

《Mavenpom.xml文件中build,plugin标签的使用小结》本文主要介绍了Mavenpom.xml文件中build,plugin标签的使用小结,文中通过示例代码介绍的非常详细,对大家的学... 目录<build> 标签Plugins插件<build> 标签<build> 标签是 pom.XML

JAVA虚拟机中 -D, -X, -XX ,-server参数使用

《JAVA虚拟机中-D,-X,-XX,-server参数使用》本文主要介绍了JAVA虚拟机中-D,-X,-XX,-server参数使用,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有... 目录一、-D参数二、-X参数三、-XX参数总结:在Java开发过程中,对Java虚拟机(JVM)的启动参数进

Java中使用注解校验手机号格式的详细指南

《Java中使用注解校验手机号格式的详细指南》在现代的Web应用开发中,数据校验是一个非常重要的环节,本文将详细介绍如何在Java中使用注解对手机号格式进行校验,感兴趣的小伙伴可以了解下... 目录1. 引言2. 数据校验的重要性3. Java中的数据校验框架4. 使用注解校验手机号格式4.1 @NotBl

Python使用DeepSeek进行联网搜索功能详解

《Python使用DeepSeek进行联网搜索功能详解》Python作为一种非常流行的编程语言,结合DeepSeek这一高性能的深度学习工具包,可以方便地处理各种深度学习任务,本文将介绍一下如何使用P... 目录一、环境准备与依赖安装二、DeepSeek简介三、联网搜索与数据集准备四、实践示例:图像分类1.

Linux系统之authconfig命令的使用解读

《Linux系统之authconfig命令的使用解读》authconfig是一个用于配置Linux系统身份验证和账户管理设置的命令行工具,主要用于RedHat系列的Linux发行版,它提供了一系列选项... 目录linux authconfig命令的使用基本语法常用选项示例总结Linux authconfi