常见问题 - gfdgd-xi/deep-wine-runner GitHub Wiki

01. UOS 如何在不打开开发者模式安装此程序?

答:在官方应用商店安装或者下载版本号后缀为-uos的版本安装
image.png
image.png

02. Openkylin 如何使用这个 Wine 运行器

答:因为 openkylin 依赖缺失较多,需要补充作者提供的 apt 源以便方便安装依赖(依赖缺失较多)
国内源(Gitlink):

wget https://code.gitlink.org.cn/gfdgd_xi/gfdgd-xi-apt-mirrors/raw/branch/master/sources/gitlink.sh && bash gitlink.sh ; rm gitlink.sh

国外源(Github):

wget https://gfdgd-xi.github.io/gfdgd-xi-apt-mirrors/sources/github.sh && bash github.sh ; rm github.sh

加入 apt 源后只需要输入sudo apt install spark-deepin-wine-runner即可安装
然后安装完后再使用主程序菜单栏=>“安装更多 Wine” 安装 Wine 以便使用
image.png

03. Ubuntu/UOS/Deepin 如何安装这个程序?

答:从以下任意链接获取安装包:
Gitee:https://gitee.com/gfdgd-xi/deep-wine-runner
Github:https://github.com/gfdgd-xi/deep-wine-runner
Gitlink:https://www.gitlink.org.cn/gfdgd_xi/deep-wine-runner
蓝奏云:https://gfdgdxi.lanzouj.com/b01nz7y3e,密码:7oii
星火应用商店:spk://store/tools/spark-deepin-wine-runner
或者从星火应用商店下载:
image.png

04. 非 debian 发行版如何安装这个应用?

答:目前这个程序主线暂无考虑支持 debian 发行版,但可以考虑拉取源码运行

git clone https://gitee.com/gfdgd-xi/deep-wine-runner.git
cd deep-wine-runner
./mainwindow.py

05. 我成功用 wine 运行了一个程序,想要分享给其他用户,怎么办?

答:可以使用程序里任意一个打包器打包成 deb 包给其他用户
image.png
image.png
打包出来的 deb 包可以在这里投稿到星火应用商店
或者使用星火应用商店的投稿器进行投稿
image.png
或者编写容器自动配置脚本,详细语法另文件
image.png

06. Wine 运行器体积过大如何解决

答:一般是用户自行安装 Wine 导致的,解决方案如下:
在菜单栏=>“安装更多 Wine”,选择要移除的 Wine 点击移除按钮
image.png
或者卸载重新安装该应用即可

07. 卸载这个程序需要注意什么吗?

答:apt remove spark-deepin-wine-runner不会移除程序用户使用配置和历史,apt purge spark-deepin-wine-runner则会移除程序用户使用配置和历史

08. 我想在 Deepin/UOS 安装自定义 APK,Wine 运行器支持吗?

答:不支持,需要使用 UEngine 运行器,项目链接:
https://gitee.com/gfdgd-xi/uengine-runner

09. Wine 运行器吾爱专版和完整版有什么区别?

答:吾爱专版是为了符合版规,将所有需要连接作者服务器的功能移除(如:评分、更新、问题反馈功能等等),其它的功能没有区别
以及,完整版和吾爱专版是不能同时安装,如果要更换版本需要保证完全卸载干净,完全卸载命令如下:

# 完全卸载吾爱版
sudo apt purge spark-deepin-wine-runner-52
# 完全卸载完整版
sudo apt purge spark-deepin-wine-runner-52

提示:完全卸载会移除程序所有配置文件,可见上“07. 卸载这个程序需要注意什么吗?”,如果不完全卸载,remove会出现如下情况

  1. 卸载吾爱版再安装完整版虽然没有提示是吾爱版,但是依旧无法连接作者服务器
  2. 出现程序无法启动、程序文件丢失的情况
  3. ……

修复方法:

# 卸载吾爱版
sudo apt purge spark-deepin-wine-runner-52
# 重新安装完整版
sudo apt install ./完整版安装包
# 如果添加了 apt 源,也可以:
sudo apt install spark-deepin-wine-runner

10.Wine 运行器和 exepro/超级 wine 是什么关系?

答:超级 wine 于 1.0.0Alpha4 抄袭 Wine 运行器,不遵守程序 GPLV3 开源协议,exepro 是超级 wine 的衍生版本,大体功能和逻辑与 Wine 运行器相近(组件安装功能、打包器等等)
1.1.0截图 13Alpha截图

⚠️ **GitHub.com Fallback** ⚠️