From c73e32fa39eb5525b0a2b9ac28e4d891bfae16bb Mon Sep 17 00:00:00 2001
From: gfdgd_xi <3025613752@qq.com>
Date: Wed, 16 Oct 2024 22:10:07 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Model/__init__.py               |  2 +-
 information.json                |  2 +-
 mainwindow.py                   | 19 +++++--------------
 package-script/information.json |  2 +-
 4 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/Model/__init__.py b/Model/__init__.py
index ddca85f..3cd94f6 100755
--- a/Model/__init__.py
+++ b/Model/__init__.py
@@ -21,7 +21,7 @@ terminalList = [
 ]
 terminalEnd = {
     f"{programPath}/../launch.sh\" \"deepin-terminal": ["-e", 0],
-    f"{programPath}/../launch.sh\" \"gxde-terminal": ["-e", 0],
+    "gxde-terminal": ["-e", 0],
     "mate-terminal": ["-e", 1],
     "gnome-terminal": ["--", 0],
     "xfce4-terminal": ["-e", 1]
diff --git a/information.json b/information.json
index bfedf35..77dfcd5 100755
--- a/information.json
+++ b/information.json
@@ -1,5 +1,5 @@
 {
-    "Version": "4.1.0.1",
+    "Version": "4.1.1.0",
     "Time": "未知",
     "Thank": [
         "感谢 @り哥拽的冇气质° 和 @杨 提供了 3a5000(新世界的测试机器)",
diff --git a/mainwindow.py b/mainwindow.py
index 3a1ffc2..aa6468b 100755
--- a/mainwindow.py
+++ b/mainwindow.py
@@ -2478,19 +2478,10 @@ exe路径\' 参数 \'
 5、wine 容器如果没有指定,则会默认为 ~/.wine;
 6、如果可执行文件比较大的话,会出现点击“获取该程序运行情况”出现假死的情况,因为正在后台读取 SHA1,只需要等一下即可(读取速度依照您电脑处理速度、读写速度、可执行文件大小等有关);
 7、如果非 X86 的用户的 UOS 专业版用户想要使用的话,只需要在应用商店安装一个 Wine 版本微信即可在本程序选择正确的 Wine 运行程序;''')
-updateThingsString = QtCore.QCoreApplication.translate("U", '''※1、修复在 GXDE OS 下无法正常调用 gxde-terminal 的问题
-※2、修复部分机器无法打开应用的问题
-※3、修改打包器 wine 集成封装 机制以便可以被 uos 商店正确签名
-※4、打包器支持内置 spark dwine helper
-※5、重构虚拟机安装模块以支持更多机器
-6、修复打包器设置依赖无法生效的问题
-※7、补充图标
-※8、修复 deb 安装过程中可能出现 dpkg 卡死的问题
-※9、优化 Wine 安装器检测机制
-※10、删除部分废弃组件
-※11、修复 AOSC、Termux 无法正常打开 Wine 运行器的问题
-12、修改文案
-13、修复其它 bug 若干
+updateThingsString = QtCore.QCoreApplication.translate("U", '''※1、修复没有 dxvk 的问题
+※2、修复虚拟机功能异常的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IASRHG)
+※3、修复打包器生成的 deb 不可用的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IAXE1T)
+※4、打包器针对 GXDE OS 进行优化
 ''')
 for i in information["Thank"]:
     thankText += f"{i}\n"
@@ -2822,7 +2813,7 @@ programmenu.addAction(installWineHQ)
 programmenu.addAction(installWineHQOrg)
 programmenu.addAction(installMoreWine)
 programmenu.addAction(downloadChrootBottle)
-programmenu.addAction(installBox86CN)
+#programmenu.addAction(installBox86CN)
 programmenu.addAction(installBox86)
 programmenu.addAction(installLat)
 programmenu.addSeparator()
diff --git a/package-script/information.json b/package-script/information.json
index bfedf35..77dfcd5 100755
--- a/package-script/information.json
+++ b/package-script/information.json
@@ -1,5 +1,5 @@
 {
-    "Version": "4.1.0.1",
+    "Version": "4.1.1.0",
     "Time": "未知",
     "Thank": [
         "感谢 @り哥拽的冇气质° 和 @杨 提供了 3a5000(新世界的测试机器)",