Closed merlijn-sebrechts closed 1 year 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.
clone3()
Is it possible to compile gnome-42-2204 with support for older kernels?
That doesn't sound like it's from the content snap but from core22 itself. I would expect glibc?
Ok, makes sense. Where should I report issues with core22 itself?
Found it!
https://github.com/snapcore/core-base/issues/92
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?