[App Sharing] 我编译了ProtonPlus这个软件
Tofloor
poster avatar
冰凤琉璃
deepin
2026-06-13 12:17
Author

之前在社区浏览帖子的时候看到一位用户需要ProtonPlus,我就通过源码编译了一个ProtonPlus,是通过distrobox创建fedora44容器编译的,在deepin25.1上测试可以运行,运行库齐全。

我不会打包AppImage包,而且运行之后有点小问题,但是不影响,只是这个软件会和文件管理器共用一个图标

deepin下直接双击protonplus就可以运行

下载链接:https://wwbiv.lanzouw.com/iUfgJ3rs92di

Reply Favorite View the author
All Replies
avatar
comicfans
deepin
2026-06-14 12:15
#1

据说用这个可以通过反作弊检查 可惜 下载插件不翻过去很慢的

Reply View the author
avatar
‌量子巡游者
Moderator
a day ago
#2

mark-shot-20260614-182649.png

Reply View the author
avatar
冰凤琉璃
deepin
a day ago
#3
‌量子巡游者

mark-shot-20260614-182649.png

解决办法:

sudo apt search libgee-0.8

应该能看到包名全称

复制然后

sudo apt install 复制的包名

出现这个问题是我想在deepin上编译运行,但是因为依赖有的版本不行我就在容器里编译的,因为deepin上已经安装了部分编译依赖且我也记录了包名,但是有些依赖删除的话会把dde桌面删除了,这个依赖应该是我没有删除的依赖。

在干净的fedora44环境也测试过没这个问题,推测是deepin没有预装这个库。

Reply View the author