From 8d7e2fb8ad29504661703fe0abfa8b5f714c5682 Mon Sep 17 00:00:00 2001 From: Sapphire Date: Fri, 9 May 2025 13:04:35 -0500 Subject: [PATCH] fossvr/envision: Add instructions for using Envision with Steam Flatpak Co-authored-by: Shiloh Fen Signed-off-by: Sapphire --- content/docs/fossvr/envision/_index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/docs/fossvr/envision/_index.md b/content/docs/fossvr/envision/_index.md index 54c38b0..3c050ee 100644 --- a/content/docs/fossvr/envision/_index.md +++ b/content/docs/fossvr/envision/_index.md @@ -83,6 +83,19 @@ Please *uninstall* AppImageLauncher. It intercepts the normal AppImage starting You can tell if you are affected if, when you run the WlxOverlay-S AppImage in terminal (whether in plugin form in `~/.local/share/envision/plugins`, or downloaded directly from GitHub), you only get the output `execv error: No such file or directory`. +## Steam Flatpak + +To use Envision with the Flatpak version of Steam, you'll need to add the following filesystem overrides to Steam using an application like Flatseal: +- `xdg-data/envision:ro` +- `xdg-run/monado_comp_ipc` +- `xdg-config/openxr:ro` +- `xdg-config/openvr:ro` + +Alternatively, you can use the following command: +```shell +flatpak override --filesystem="xdg-data/envision:ro" --filesystem="xdg-run/monado_comp_ipc" --filesystem="xdg-config/openxr:ro" --filesystem="xdg-config/openvr:ro" com.valvesoftware.Steam +``` + ## Experimental feature settings The following resources can be entered into your Envision profile repo and branch settings to enable early access to code before it's fully upstream in Monado itself. To enable these feature sets, simply clone your profile, edit it with these settings, then build.