mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-15 03:22:04 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9184f42677 | |||
| 674eff5f10 | |||
| 910404b54d | |||
| ab60ec15b0 | |||
| 535dccb183 |
@@ -4,7 +4,7 @@ X-Categories=System;Wine;
|
|||||||
Exec=/usr/bin/deepin-wine-runner %F
|
Exec=/usr/bin/deepin-wine-runner %F
|
||||||
Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg
|
Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg
|
||||||
Name=Wine Runner
|
Name=Wine Runner
|
||||||
Name[zh]=Wine 运行器
|
Name[zh_CN]=Wine 运行器
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Keywords=exe;scr;
|
Keywords=exe;scr;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class qemu:
|
|||||||
def CreateDisk(self, path: str, size: int):
|
def CreateDisk(self, path: str, size: int):
|
||||||
if(os.path.exists(path)):
|
if(os.path.exists(path)):
|
||||||
return 0
|
return 0
|
||||||
return os.system(("qemu-img create -f qcow2 '" + self.path + "' " + str(size) + "M"))
|
return os.system(("qemu-img create -f qcow2 '" + path + "' " + str(size) + "M"))
|
||||||
|
|
||||||
def CreateDiskControl(self, controlName = "storage_controller_1"):
|
def CreateDiskControl(self, controlName = "storage_controller_1"):
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "4.1.1.0",
|
"Version": "4.1.1.1",
|
||||||
"Time": "未知",
|
"Time": "未知",
|
||||||
"Thank": [
|
"Thank": [
|
||||||
"感谢 @り哥拽的冇气质° 和 @杨 提供了 3a5000(新世界的测试机器)",
|
"感谢 @り哥拽的冇气质° 和 @杨 提供了 3a5000(新世界的测试机器)",
|
||||||
|
|||||||
@@ -2482,6 +2482,8 @@ updateThingsString = QtCore.QCoreApplication.translate("U", '''※1、修复没
|
|||||||
※2、修复虚拟机功能异常的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IASRHG)
|
※2、修复虚拟机功能异常的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IASRHG)
|
||||||
※3、修复打包器生成的 deb 不可用的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IAXE1T)
|
※3、修复打包器生成的 deb 不可用的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IAXE1T)
|
||||||
※4、打包器针对 GXDE OS 进行优化
|
※4、打包器针对 GXDE OS 进行优化
|
||||||
|
※5、修复虚拟机因无法创建磁盘导致崩溃的问题
|
||||||
|
※6、修复中文问题
|
||||||
''')
|
''')
|
||||||
for i in information["Thank"]:
|
for i in information["Thank"]:
|
||||||
thankText += f"{i}\n"
|
thankText += f"{i}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user