在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

相关文章

Conda与Python venv虚拟环境的区别与使用方法详解

《Conda与Pythonvenv虚拟环境的区别与使用方法详解》随着Python社区的成长,虚拟环境的概念和技术也在不断发展,:本文主要介绍Conda与Pythonvenv虚拟环境的区别与使用... 目录前言一、Conda 与 python venv 的核心区别1. Conda 的特点2. Python v

Spring Boot中WebSocket常用使用方法详解

《SpringBoot中WebSocket常用使用方法详解》本文从WebSocket的基础概念出发,详细介绍了SpringBoot集成WebSocket的步骤,并重点讲解了常用的使用方法,包括简单消... 目录一、WebSocket基础概念1.1 什么是WebSocket1.2 WebSocket与HTTP

C#中Guid类使用小结

《C#中Guid类使用小结》本文主要介绍了C#中Guid类用于生成和操作128位的唯一标识符,用于数据库主键及分布式系统,支持通过NewGuid、Parse等方法生成,感兴趣的可以了解一下... 目录前言一、什么是 Guid二、生成 Guid1. 使用 Guid.NewGuid() 方法2. 从字符串创建

Python使用python-can实现合并BLF文件

《Python使用python-can实现合并BLF文件》python-can库是Python生态中专注于CAN总线通信与数据处理的强大工具,本文将使用python-can为BLF文件合并提供高效灵活... 目录一、python-can 库:CAN 数据处理的利器二、BLF 文件合并核心代码解析1. 基础合

Python使用OpenCV实现获取视频时长的小工具

《Python使用OpenCV实现获取视频时长的小工具》在处理视频数据时,获取视频的时长是一项常见且基础的需求,本文将详细介绍如何使用Python和OpenCV获取视频时长,并对每一行代码进行深入解析... 目录一、代码实现二、代码解析1. 导入 OpenCV 库2. 定义获取视频时长的函数3. 打开视频文

Spring IoC 容器的使用详解(最新整理)

《SpringIoC容器的使用详解(最新整理)》文章介绍了Spring框架中的应用分层思想与IoC容器原理,通过分层解耦业务逻辑、数据访问等模块,IoC容器利用@Component注解管理Bean... 目录1. 应用分层2. IoC 的介绍3. IoC 容器的使用3.1. bean 的存储3.2. 方法注

Python内置函数之classmethod函数使用详解

《Python内置函数之classmethod函数使用详解》:本文主要介绍Python内置函数之classmethod函数使用方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地... 目录1. 类方法定义与基本语法2. 类方法 vs 实例方法 vs 静态方法3. 核心特性与用法(1编程客

Linux中压缩、网络传输与系统监控工具的使用完整指南

《Linux中压缩、网络传输与系统监控工具的使用完整指南》在Linux系统管理中,压缩与传输工具是数据备份和远程协作的桥梁,而系统监控工具则是保障服务器稳定运行的眼睛,下面小编就来和大家详细介绍一下它... 目录引言一、压缩与解压:数据存储与传输的优化核心1. zip/unzip:通用压缩格式的便捷操作2.

使用Python实现可恢复式多线程下载器

《使用Python实现可恢复式多线程下载器》在数字时代,大文件下载已成为日常操作,本文将手把手教你用Python打造专业级下载器,实现断点续传,多线程加速,速度限制等功能,感兴趣的小伙伴可以了解下... 目录一、智能续传:从崩溃边缘抢救进度二、多线程加速:榨干网络带宽三、速度控制:做网络的好邻居四、终端交互

Python中注释使用方法举例详解

《Python中注释使用方法举例详解》在Python编程语言中注释是必不可少的一部分,它有助于提高代码的可读性和维护性,:本文主要介绍Python中注释使用方法的相关资料,需要的朋友可以参考下... 目录一、前言二、什么是注释?示例:三、单行注释语法:以 China编程# 开头,后面的内容为注释内容示例:示例:四