-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Packaging Request] Linux binaries in 'AppImage' format #1748
Comments
centos6 could be used as a base for the appimage, the difficulty is that we would need to build:
The total number of packages we would need to build is probably similar to what we do on macos, and that's ~130! Flatpak: FLATPAK IN DETAIL, PART 2 |
This captures my thoughts on this perfectly: Flatpak - a security nightmare: The way we package and distribute desktop applications on Linux surely needs to be rethinked, sadly flatpak is introducing more problems than it is solving |
2018-10-12 16:48:04: pdfkungfoo commented
|
The same does apply to appimage, because the end result is the same: appimage also bundles libraries, there is absolutely no hope that we can make a new image release every time there is an update to any of the ~150 libraries we depend on. Which means that the images would be out-of-date by default, with the security responsibility becoming ours instead of the distros. |
Unless someone else steps up, I don't have time for this. |
Apart from the important points raised above, the best summary of why this is unlikely to happen is Flatpak Is Not the Future |
Related: I tried building Xpra using spack, but got stuck at the pycairo dependency. |
Issue migrated from trac ticket # 1748
component: packaging | priority: major
2018-01-19 18:29:54: pdfkungfoo created the issue
The text was updated successfully, but these errors were encountered: