ubuntu / gnome-sdk

GNOME SDK/Platform snap
22 stars 24 forks source link

gnome-42-2204 uses relatively new kernel features #90

Closed merlijn-sebrechts closed 1 year ago

merlijn-sebrechts commented 2 years ago

After switching signal-desktop to core22 gnome extension, the snap started to crash on Centos.

https://github.com/snapcrafters/signal-desktop/issues/76

This seems to be caused by the snap using the clone3() syscall, which is not supported by the kernel of Centos.

Is it possible to compile gnome-42-2204 with support for older kernels?

kenvandine commented 1 year ago

That doesn't sound like it's from the content snap but from core22 itself. I would expect glibc?

merlijn-sebrechts commented 1 year ago

Ok, makes sense. Where should I report issues with core22 itself?

merlijn-sebrechts commented 1 year ago

Found it!

https://github.com/snapcore/core-base/issues/92