soredake
soredake
https://github.com/flathub/net.lutris.Lutris/issues/53 are solved now
About seccomp, https://github.com/flathub/com.valvesoftware.Steam/issues/810#issuecomment-1221448642, let's think performance issues are from mesa, not seccomp. Regarding fuse, appimage games can run in flatpak without fuse using `--appimage-extract-and-run`, dunno if they will be unpacked...
@LukeShortCloud when you are going to document this parameter, also mention that it's better to set `NO_CLEANUP=1` to prevent cleaning up extracted appimage contents after exit.
Actually, there is no need to document this, you can just add `flatpak --user override --env=APPIMAGE_EXTRACT_AND_RUN=1 net.lutris.Lutris` to post-install script and that's all, some appimages will work inside lutris (i...
There are many appimage based installers on lutris https://lutris.net/games?page=1&paginate_by=25&ordering=name&q=appimage&search-installers=on, some of them will need adjustments ([example](https://github.com/LukeShortCloud/winesapOS/issues/328#issuecomment-1259281033)), some deps may need to be added to lutris flatpak to satisfy needs of...
I decided to submit pr with this env to lutris flatpak directly: https://github.com/flathub/net.lutris.Lutris/pull/300
Pr merged to lutris flatpak.
https://github.com/flatpak/flatpak/issues/4187 https://github.com/flathub/com.valvesoftware.Steam/issues/81 Also this https://github.com/flathub/com.valvesoftware.Steam/issues/770 https://github.com/flathub/com.valvesoftware.Steam/issues/909
1) Sorry i linked a wrong bugreport, correct link https://github.com/flathub/com.valvesoftware.Steam/issues/810 2) disabling secomp is not supported in flatpak, patched version is needed to do this
>Controllers do not work. This will be solved in systemd in future https://github.com/systemd/systemd/pull/22860