1.0
2021-01-29 12:07:03 +08:00
2021-01-29 12:15:46 +08:00
2021-01-29 12:15:46 +08:00

deepin-wine 运行器

介绍

一个图形化了以下命令的程序

WINEPREFIX=容器路径 deepin-wine 可执行文件路径

让你的 deepin-wine 打包轻松一点 是使用 Python3 的 tkinter 构建的

测试平台deepin 20.1 1030

软件架构

i386 和 amd64deepin-wine 和 deepin-wine5 运行在哪就运行在哪

安装教程

  1. 安装所需依赖
sudo apt install deepin-wine python3 python3-tk git
  1. 下载本程序
git clone https://gitee.com/gfdgd-xi/deep-wine-runner.git
  1. 运行本程序
cd deep-wine-runner
chmod 777 main.py
./main.py

使用说明

(均在软件的“小提示”里有说明)

  1. 使用终端运行该程序,可以看到 deepin-winedeepin-wine5 的提示和报错
  2. 暂不支持 deepin-winedeepin-wine5 容器路径含有空格,如有请在空格前加“\”进行转义

特技

难道是使用 tkinter 进行构建吗?所以没有咯

Description
Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序。原版的 Wine 只能使用命令操作,且安装过程较为繁琐,对小白不友好。于是该运行器为了解决该痛点,内置了对Wine图形化的支持、Wine 安装器、微型应用商店、各种Wine工具、自制的Wine程序打包器、运行库安装工具等。
Readme GPL-3.0 285 MiB
Languages
Python 87.1%
Shell 6.4%
JavaScript 5.6%
HTML 0.3%
CSS 0.3%
Other 0.1%