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.