deathmetal27@lemmy.world to linuxmemes@lemmy.world · 2 months agoSnap badlemmy.worldimagemessage-square168fedilinkarrow-up1297arrow-down16
arrow-up1291arrow-down1imageSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 2 months agomessage-square168fedilink
minus-squareSamueru_sama@programming.devlinkfedilinkEnglisharrow-up3·edit-22 months ago it allows the same packages to run on any Linux kernel (any Linux distro). That is pretty useful. flatpak itself depends on namespaces, so saying that it works on any kernel is quite a stretch. Can flatpak do this? This is a GIMP3 appimage running on ubuntu 10.04 without any container: The kernel is so old that even the appimage runtime itself complains of missing functions and has to fallback to a workaround. UPDATE: flatpak can’t work because bubblewrap itself can’t: PR_SET_NO_NEW_PRIVS is only available since kernel 3.5
minus-squareShayeta@feddit.orglinkfedilinkEnglisharrow-up1·2 months agoJust curious, why are you using a 15 year old version of Ubuntu?
minus-squareSamueru_sama@programming.devlinkfedilinkEnglisharrow-up2·2 months agoI’m not, it’s a vm that I use to test. There is quite a lot of systems still stuck on kernel 2.6 that can’t be updated, so it is always nice to make sure what I do can work on such.
flatpak itself depends on namespaces, so saying that it works on any kernel is quite a stretch.
Can flatpak do this? This is a GIMP3 appimage running on ubuntu 10.04 without any container:
The kernel is so old that even the appimage runtime itself complains of missing functions and has to fallback to a workaround.
UPDATE: flatpak can’t work because bubblewrap itself can’t:
PR_SET_NO_NEW_PRIVS
is only available since kernel 3.5Just curious, why are you using a 15 year old version of Ubuntu?
I’m not, it’s a vm that I use to test.
There is quite a lot of systems still stuck on kernel 2.6 that can’t be updated, so it is always nice to make sure what I do can work on such.