rusty-snake
rusty-snake
- Update your system and reboot - Debug from `flatpak run --command=sh com.github.tchx84.Flatseal` - Play with [`GDK_DEBUG`](https://docs.gtk.org/gtk4/running.html#gdk_debug), `GDK_BACKEND`, `GSK_DEBUG`, `GSK_RENDERER`.
My suspicion is that there is some kind of ABI mismatch between mesa in flatpak and mesa on the host. I know that there were issues like that in the...
> GTK_USE_PORAT=1 Should work without
Alternatively you could add an report function which opens a pop-up window that lists dangerous permissions together with an description.
Sad, but thanks for the info.
Well, the open source does not get updates anymore and all new features and development are only in the playstore.
Note: io_safety for `ScmpFd`.
The correct type for `ScmpFd` would be `BorrowedFd
It we use `OwnedFd` it will be closed when `OwnedFd` gets dropped. Which would be the wrong think for a shared FD.
- loongarch: libseccomp 2.5.5 does not support loongarch - ppc64, i386: Have likely the same cause edited to clarify second point.