[App Sharing] deepin-wine5 应用打包器
Tofloor
poster avatar
gfdgd_xi
Moderator
2021-02-20 01:46
Author

一个方便使用的 deepin-wine5 应用打包器,可以和我开发的 deepin-wine 运行器使用,使用 Python3 的 tkinter 构建,其中程序创建的 deb 构建临时文件夹目录树如下:

/XXX
├── DEBIAN
│   └── control
└── opt
└── apps
    └── XXX
        ├── entries
        │   ├── applications
        │   │   └── XXX.desktop
        │   └── icons
        │       └── hicolor
        │           └── scalable
        │               └── apps
        │                   └── XXX.png(XXX.svg)
        ├── files
        │   ├── files.7z
        │   └── run.sh
        └── info

11 directories, 6 files

(自己美术功底太差,图标只能在网络上找了)

软件截图:

下载链接:

蓝奏云:https://gfdgdxi.lanzous.com/b01o1bipg密码:7eae

迅雷网盘:「链接:https://pan.xunlei.com/s/VMTtcuaQuYkilC8e5Syk8tlQA1 提取码:bhus”复制这段内容后打开手机迅雷App,查看更方便」

百度网盘:链接: https://pan.baidu.com/s/1KYWAjmr780as7NcbdRN9aQ 提取码: ac2c 复制这段内容后打开百度网盘手机App,操作更方便哦

和彩云:链接: https://caiyun.139.com/m/i?0r5CrhyeIlZFH  提取码:8OBm  复制内容打开和彩云手机APP,操作更方便哦

白熊云盘:https://p.qingstore.cn/s/ryeFm

Gitee:https://gitee.com/gfdgd-xi/deep-wine5-application-packerhttps://gitee.com/gfdgd-xi/deep-wine5-application-packer/releases

星火商店:已经投稿并审核通过

Reply Favorite View the author
All Replies
1 / 2
To page
gfdgd_xi
Moderator
2021-02-20 01:47
#1

自己先抢沙发

Reply View the author
南烛
deepin
2021-02-20 01:51
#2

请问打包好的自带deepin-wine5环境,然后可以在Ubuntu用吗?

 

Reply View the author
Comments
gfdgd xi
2021-02-20 02:55
没自带 deepin-wine5 环境,没有测试能不能在 Ubuntu 上运行,但我曾经在优麒麟20.10上安装过 deepin-wine5 并运行 QQ轻聊版
kirin2020
deepin
2021-02-20 02:40
#3

楼主威武已经安装,准备试用

Reply View the author
186******75
deepin
2021-02-20 03:08
#4

以前做了一个双击就能打开运行的,那我怎么知道我容器是那个呀?图标内容如下:

[Desktop Entry]

Categories=Wine-Programs

Exec=deepin-wine5 "/media/xxxxx/软件/游戏/血战上海滩/shanghai.exe"

GenericName[zh_CN]=血战上海滩

Icon=/media/xxxxx/软件/游戏/血战上海滩/shanghai.png

Name=血战上海滩

Path=/media/xxxxx/软件/游戏/血战上海滩/

StartupWMClass=Wine

Type=Application

X-Deepin-Vendor=user-custom

Reply View the author
gfdgd_xi
Moderator
2021-02-20 03:19
#5
186******75

以前做了一个双击就能打开运行的,那我怎么知道我容器是那个呀?图标内容如下:

[Desktop Entry]

Categories=Wine-Programs

Exec=deepin-wine5 "/media/xxxxx/软件/游戏/血战上海滩/shanghai.exe"

GenericName[zh_CN]=血战上海滩

Icon=/media/xxxxx/软件/游戏/血战上海滩/shanghai.png

Name=血战上海滩

Path=/media/xxxxx/软件/游戏/血战上海滩/

StartupWMClass=Wine

Type=Application

X-Deepin-Vendor=user-custom

容器是在

/home/用户名/.wine

下,wine 默认的容器是在这个位置(程序不识别“~”的,需要注意)

Reply View the author
186******75
deepin
2021-02-20 04:50
#6

能不能写一个教程,举个例子如:

1.windows下的绿色程序,怎么打包,

2.windows下的安装程序,怎么打包.

最好能录屏好让大家学习一下.

先谢谢了!

 

关键是要解压的deepin-wine5容器(必填)  怎么写

Reply View the author
gfdgd_xi
Moderator
2021-02-20 05:24
#7
186******75

能不能写一个教程,举个例子如:

1.windows下的绿色程序,怎么打包,

2.windows下的安装程序,怎么打包.

最好能录屏好让大家学习一下.

先谢谢了!

 

关键是要解压的deepin-wine5容器(必填)  怎么写

可以有,找时间做做

Reply View the author
151******85
deepin
2021-02-20 18:06
#8

这个好

Reply View the author
Ziggy
deepin
2021-03-04 05:50
#9
186******75

能不能写一个教程,举个例子如:

1.windows下的绿色程序,怎么打包,

2.windows下的安装程序,怎么打包.

最好能录屏好让大家学习一下.

先谢谢了!

 

关键是要解压的deepin-wine5容器(必填)  怎么写

安装程序里面大概率解压后有32和64的程序,选一个就可以了,真免安装

Reply View the author
jiutian123
deepin
2021-03-13 06:41
#10
gfdgd_xi

可以有,找时间做做

还有 一类 运行绿化.bat产生快捷方式的软件

Reply View the author
gfdgd_xi
Moderator
2021-03-13 19:59
#11
jiutian123

还有 一类 运行绿化.bat产生快捷方式的软件

虽然最近没时间做

这样实现的方法很简单,就是在打包前使用 wine 运行一遍 bat 文件

还有,打包绿化软件不太好吧

Reply View the author
jiutian123
deepin
2021-03-13 20:48
#12
gfdgd_xi

虽然最近没时间做

这样实现的方法很简单,就是在打包前使用 wine 运行一遍 bat 文件

还有,打包绿化软件不太好吧

不需要打包 可以直接运行就行  就是不知道怎么搞 

Reply View the author
jiutian123
deepin
2021-03-13 20:50
#13
gfdgd_xi

虽然最近没时间做

这样实现的方法很简单,就是在打包前使用 wine 运行一遍 bat 文件

还有,打包绿化软件不太好吧

能举个例子就好了 ,我来个照猫画虎

Reply View the author
gfdgd_xi
Moderator
2021-03-13 21:31
#14
jiutian123

能举个例子就好了 ,我来个照猫画虎

 

WINEPREFIX=容器路径 deepin-wine5 bat文件路径
WINEPREFIX=~/.deepinwine/a/ deepin-wine5 ~/.deepinwine/a/drive_c/a.bat

第二个是例子

Reply View the author
jiutian123
deepin
2021-03-14 05:27
#15
gfdgd_xi

 

WINEPREFIX=容器路径 deepin-wine5 bat文件路径
WINEPREFIX=~/.deepinwine/a/ deepin-wine5 ~/.deepinwine/a/drive_c/a.bat

第二个是例子

a.bat  要复制到  drive_c的目录下么?

Reply View the author
gfdgd_xi
Moderator
2021-03-14 05:29
#16
jiutian123

a.bat  要复制到  drive_c的目录下么?

视情况而定

不是应该把整个应用程序复制到 drive_c 目录里,程序目录应该有 bat 的

Reply View the author
jiutian123
deepin
2021-03-14 05:31
#17

Reply View the author
jiutian123
deepin
2021-03-14 05:33
#18

nsz@nsz-PC:~/home/nsz/Thunder$ WINEPREFIX=~/.deepinwine/a/ deepin-wine5 ~/.deepinwine/a/drive_c/lvhua.bat

wine version: 5.0

Could not find Wine Gecko. HTML rendering will be disabled.

wine: configuration in L"/home/nsz/.deepinwine/a" has been updated.

 

Reply View the author
gfdgd_xi
Moderator
2021-03-14 16:50
#19
jiutian123

nsz@nsz-PC:~/home/nsz/Thunder$ WINEPREFIX=~/.deepinwine/a/ deepin-wine5 ~/.deepinwine/a/drive_c/lvhua.bat

wine version: 5.0

Could not find Wine Gecko. HTML rendering will be disabled.

wine: configuration in L"/home/nsz/.deepinwine/a" has been updated.

 

应该给 wine 安装 Wine Gecko ,方法可以网上百度,或者直接换有 Wine Gecko 的容器也应该也可以

Reply View the author
jianguo922
deepin
2021-04-12 06:13
#20

经测试UOS20(0130)版本可以正常安装但无法允许

Reply View the author
1 / 2
To page