From 09a95ebac40ddf15e08727a55fbeb2f26769ad90 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 30 Sep 2023 13:00:22 +0800 Subject: [PATCH] 3.4.1 --- README.md | 12 +++++++++++- deb/DEBIAN/control | 2 +- information.json | 2 +- mainwindow.py | 7 ++++--- package-script/information.json | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8f0e143..692ab83 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Wine 运行器 3.4.0.1

+

Wine 运行器 3.4.1


star fork @@ -115,6 +115,16 @@ desktop文件中StartupWMClass字段。用于让桌面组件将窗口类名与de ![image.png](https://storage.deepin.org/thread/202207190822204627_image.png) ## 更新日志 +### 3.4.1(2023年09月30日) +**※1、支持识别 spark-wine8-wow 且打包时可以使用该 wine** +**※2、替换安装 Box86 的 pkexec 为 sudo** +**※3、Wine 下载工具新增更多 Wine** + + +![图片.png](https://storage.deepin.org/thread/202309301259131162_图片.png) + + + ### 3.4.0.1(2023年08月18日) **※1、修复部分高性能机器打包器提示“无效的压缩参数”:https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I7SMTJ** **※2、支持设置程序字体大小:https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I7SAYE** diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 36b005f..e498288 100755 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: spark-deepin-wine-runner -Version: 3.4.0.1 +Version: 3.4.1 Maintainer: gfdgd xi <3025613752@qq.com> Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner Architecture: all diff --git a/information.json b/information.json index 557fc73..4e5cc91 100644 --- a/information.json +++ b/information.json @@ -1,5 +1,5 @@ { - "Version": "3.4.0.1", + "Version": "3.4.1", "Time": "未知", "Thank": [ "感谢 RacoonGX 的付出与贡献", diff --git a/mainwindow.py b/mainwindow.py index 71b089c..a1ac66a 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2543,10 +2543,11 @@ exe路径\' 参数 \' 7、如果非 X86 的用户的 UOS 专业版用户想要使用的话,只需要在应用商店安装一个 Wine 版本微信即可在本程序选择正确的 Wine 运行程序;''') updateThingsString = transla.transe("U", '''3.4.1 更新内容: ※1、支持识别 spark-wine8-wow 且打包时可以使用该 wine -※2、替换安装 Box86 的 pkexec 为 sudo''') +※2、替换安装 Box86 的 pkexec 为 sudo +※3、Wine 下载工具新增更多 Wine''') for i in information["Thank"]: thankText += f"{i}\n" -updateTime = "2023年08月18日" +updateTime = "2023年09月30日" aboutProgram = transla.transe("U", """

Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序。原版的 Wine 只能使用命令操作,且安装过程较为繁琐,对小白不友好。于是该运行器为了解决该痛点,内置了对Wine图形化的支持、Wine 安装器、微型应用商店、各种Wine工具、自制的Wine程序打包器、运行库安装工具等。

它同时还内置了基于Qemu/VirtualBox制作的、专供小白使用的Windows虚拟机安装工具,可以做到只需下载系统镜像并点击安装即可,无需考虑虚拟机的安装、创建、分区等操作,也能在非 X86 架构安装 X86 架构的 Windows 操作系统(但是效率较低,可以运行些老系统)。

而且对于部分 Wine 应用适配者来说,提供了图形化的打包工具,以及提供了一些常用工具以及运行库的安装方式,以及能安装多种不同的 Wine 以测试效果,能极大提升适配效率。

@@ -2784,7 +2785,7 @@ installWineOnDeepin23 = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Funct installWineOnDeepin23Alpha = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/wine23A.png"), transla.transe("U", "安装 wine(只限Deepin23 Alpha)")) installWineHQOrg = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/wine.png"), transla.transe("U", "安装 WineHQ(官方源)")) installWineHQ = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/wine.png"), transla.transe("U", "安装 WineHQ(国内清华大学镜像源)")) -installMoreWine = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/more-wine.png"), transla.transe("U", "安装更多 Wine")) +installMoreWine = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/more-wine.png"), transla.transe("U", "安装更多 Wine(Wine 下载工具)")) downloadChrootBottle = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/CHROOT.png"), transla.transe("U", "下载 Chroot 容器")) installBox86CN = QtWidgets.QAction(QtGui.QIcon.fromTheme("box"), transla.transe("U", "安装 Box86/Box64 日构建(国内源)")) installBox86 = QtWidgets.QAction(QtGui.QIcon.fromTheme("box"), transla.transe("U", "安装 Box86/Box64 日构建(国外 Github 源)")) diff --git a/package-script/information.json b/package-script/information.json index 557fc73..4e5cc91 100755 --- a/package-script/information.json +++ b/package-script/information.json @@ -1,5 +1,5 @@ { - "Version": "3.4.0.1", + "Version": "3.4.1", "Time": "未知", "Thank": [ "感谢 RacoonGX 的付出与贡献",