mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-18 22:19:54 +08:00
修复QEMU USER无法卸载问题
This commit is contained in:
parent
9d2a677f42
commit
d26085b4f8
1
Makefile
1
Makefile
@ -8,6 +8,7 @@ package:
|
|||||||
#cd VM-source && qmake
|
#cd VM-source && qmake
|
||||||
#cd VM-source && make
|
#cd VM-source && make
|
||||||
#cd wine && make
|
#cd wine && make
|
||||||
|
make clean -j$(nproc)
|
||||||
cp -rv helperset deb/opt/apps/deepin-wine-runner/
|
cp -rv helperset deb/opt/apps/deepin-wine-runner/
|
||||||
cp -rv VM-source/VirtualMachine VM
|
cp -rv VM-source/VirtualMachine VM
|
||||||
cp -rv VM-source/deepin-wine-runner.svg VM
|
cp -rv VM-source/deepin-wine-runner.svg VM
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# 判断是否有安装 Qemu User
|
# 判断是否有安装 Qemu User
|
||||||
which qemu-i386 > /dev/null
|
which qemu-i386 > /dev/null
|
||||||
if [[ !$? ]]; then
|
if [[ ! $? ]]; then
|
||||||
echo 您已安装过 Qemu User,按回车键后退出
|
echo 您未安装 Qemu User,按回车键后退出
|
||||||
read
|
read
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
sudo apt update
|
|
||||||
sudo apt purge qemu-user -y
|
sudo apt purge qemu-user -y
|
||||||
echo 安装完成,按回车键后退出
|
echo 安装完成,按回车键后退出
|
||||||
read
|
read
|
@ -2387,17 +2387,18 @@ exe路径\' 参数 \'
|
|||||||
以及此脚本安装的 Wine 无法保证 100% 能使用,以及副作用是会提示;
|
以及此脚本安装的 Wine 无法保证 100% 能使用,以及副作用是会提示;
|
||||||
<code>N: 鉴于仓库 'https://community-packages.deepin.com/beige beige InRelease' 不支持 'i386' 体系结构,跳过配置文件 'main/binary-i386/Packages' 的获取。</code>''')
|
<code>N: 鉴于仓库 'https://community-packages.deepin.com/beige beige InRelease' 不支持 'i386' 体系结构,跳过配置文件 'main/binary-i386/Packages' 的获取。</code>''')
|
||||||
updateThingsString = transla.transe("U", '''※1、Windows 应用适配工具新增系统资源显示;
|
updateThingsString = transla.transe("U", '''※1、Windows 应用适配工具新增系统资源显示;
|
||||||
※2、修复打包器(基于官方生态适配脚本)无法打开的问题;
|
※2、Windows 应用适配工具使用 C++ 重写;
|
||||||
※3、新增运行库功能安装,以实现使用 Qemu User 跨架构运行 Wine 的功能;
|
※3、修复打包器(基于官方生态适配脚本)无法打开的问题;
|
||||||
※4、修复 Chroot 容器的一些问题;
|
※4、新增运行库功能安装,以实现使用 Qemu User 跨架构运行 Wine 的功能(理论上支持 3a4000 了,但没试过);
|
||||||
※5、修复在 Debian11 安装时缺失依赖 rar 的问题;
|
※5、修复 Chroot 容器的一些问题;
|
||||||
※6、新增安装 box86、box64 的功能;
|
※6、修复在 Debian11 安装时缺失依赖 rar 的问题;
|
||||||
7、修改程序内的部分网址;
|
※7、新增安装 box86、box64 的功能;
|
||||||
8、作者信息变更;
|
8、修改程序内的部分网址;
|
||||||
9、支持禁用程序的多语言支持(默认禁用,因为是机翻的);
|
9、作者信息变更;
|
||||||
10、支持在程序本地翻译缺失的情况下自动机翻缺失语句;
|
10、支持禁用程序的多语言支持(默认禁用,因为是机翻的);
|
||||||
11、从此版本开始不再区分吾爱版、Spark 版和 UOS 版;
|
11、支持在程序本地翻译缺失的情况下自动机翻缺失语句;
|
||||||
12、新增下载量查询。
|
12、从此版本开始不再区分吾爱版、Spark 版和 UOS 版;
|
||||||
|
13、新增下载量查询。
|
||||||
''')
|
''')
|
||||||
for i in information["Thank"]:
|
for i in information["Thank"]:
|
||||||
thankText += f"{i}\n"
|
thankText += f"{i}\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user