Ruan Formigoni
Ruan Formigoni
Are you using a distro base on ubuntu 24.04? You can check this with `cat /etc/*-release`. Try to check if the issue is apparmor, use `sudo systemctl stop apparmor` to...
I'll be able to replicate the issue tomorrow. You could try to check if there is any conflict between profiles in your apparmor folder, search for bwrap in it with...
Could you post the contents of `/etc/apparmor.d/bwrap-userns-restrict`?
Try to move this file somewhere else, `sudo mv /etc/apparmor.d/bwrap-userns-restrict ~/bwrap-userns-restrict`, reload apparmor `sudo systemctl reload apparmor` and please check if that fixes the issue.
Thanks for the workaround @Blad3forc3, I included it in the README.md page.
Thanks for the update, let's wait for the [bubblewrap (Ubuntu)](https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046844) status to change to "Fix Released" to see if that helps.
Automatic ubuntu/apparmor integration is now implemented directly in FlatImage.
Thanks for reporting this usability gap @UserName-Null0 ! I will update this issue when there are updates on the matter.
I'll test it on batocera as well. Thanks for that info!
It is now possible to launch games directly through id. More details [here](https://github.com/ruanformigoni/gameimage?tab=readme-ov-file#cli). Thanks!