From a3c8d29c0601b31c3f683c8b972c0dedac36f8ac Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sun, 10 Mar 2024 00:24:19 -0800 Subject: [PATCH] docs: include details about running steam --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index 98a6ff3..5b9891a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -47,3 +47,10 @@ First check if the README already has an equivalent or better feature. If it doe Add an additional chromium policy file and set the sites that need JIT in `JavaScriptJitAllowedForSites`. Here is the [policy reference]( https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::JavaScriptJitAllowedForSites). + +#### Why won't flatpak steam run? + +To use flatpak steam you need to: + +- Be on a [userns](USERNS.md) variant +- Remove `LD_PRELOAD=/var/run/host/usr/lib64/libhardened_malloc.so` from flatpak steam's environment variables in Flatseal \ No newline at end of file