Earlier quoted context omitted.
appimage seems to be less elaborate in the security department, but appimage do not require anything preinstalled on a distro to function.
As far as security goes, couldn't this be solved by a separate tool, in the good ol' Unix style? And it would be up to downstream to handle AppImage files with it for sandboxing, or not.
Flatpak – Standalone Apps for Linux
31–40 of 46 posts
Re: Flatpak – Standalone Apps for Linux
#32Does anyone know how it stack against AppImage? I know some applications(i.e. Krita) is already using AppImage.
https://www.reddit.com/r/linux/comments/4l20yt/ive_been_play...
Re: Flatpak – Standalone Apps for Linux
#33Earlier quoted context omitted.
It means one package for all Linux systems, which is a huge benefit from the developer perspective.
Assuming that all Linux systems adopt it, which is far from a given. Ubuntu 16.04 already has 'snappy' packages, which seem to have similar goals.
Re: Flatpak – Standalone Apps for Linux
#34Re: Flatpak – Standalone Apps for Linux
#35Re: Flatpak – Standalone Apps for Linux
#36Earlier quoted context omitted.
As far as security goes, couldn't this be solved by a separate tool, in the good ol' Unix style? And it would be up to downstream to handle AppImage files with it for sandboxing, or not.
The whole point of flatpak is to standardize better security cross-platforms. Allowing "some other tool" to do that for you, just means most apps and most users will not take advantage of that security.
If Flatpak's main selling point is security, then it would be better served as as a sandboxing tool for AppImage rather than falling for NIH syndroming as is unfortunately too common in Red Hat's world.
Re: Flatpak – Standalone Apps for Linux
#37Earlier quoted context omitted.
Assuming that all Linux systems adopt it, which is far from a given. Ubuntu 16.04 already has 'snappy' packages, which seem to have similar goals.
If they have Gnome 3.20+, it should work on them. Unlike Snappy, flatpaks require Wayland, which means they won't have the security issues that snappy apps will (with X11): https://mjg59.dreamwidth.org/42320.html
Re: Flatpak – Standalone Apps for Linux
#38Earlier quoted context omitted.
The whole point of flatpak is to standardize better security cross-platforms. Allowing "some other tool" to do that for you, just means most apps and most users will not take advantage of that security.
Why do we need to standardize sandboxing if that means having to install an application to install applications that are supposed to not need external dependency handling? If Flatpak's main selling point is security, then it would be better served as as a sandboxing tool for AppImage rather than falling for NIH syndroming as is unfortunately too common in Red Hat's world.
Observe flatpak becoming part of Fedora shortly, and then Poettering style "nudging" implemented to get Debian and the rest to adopt it.
Re: Flatpak – Standalone Apps for Linux
#39I'm not at all sold on this idea of "platform" vs "application" that seems to have become so common. I'd much rather have a Nix-like system, where you still get the isolation benefits (each package specifies an exact dependency hierarchy), while also opportunistically sharing stuff that is identical between packages.
The benefit is that it integrates with the rest of the system and thus shares software updates, storage space, and gets overall features such as isolated builds and transactional upgrades and rollback.
Re: Flatpak – Standalone Apps for Linux
#40I'm not at all sold on this idea of "platform" vs "application" that seems to have become so common. I'd much rather have a Nix-like system, where you still get the isolation benefits (each package specifies an exact dependency hierarchy), while also opportunistically sharing stuff that is identical between packages.