From d573067a0a62b05205970358b653536484c2124b Mon Sep 17 00:00:00 2001 From: Shiloh Fen Date: Fri, 5 Sep 2025 15:13:08 -0500 Subject: [PATCH 1/3] Fedora Atomic: Remove plugins section AtomicXR's plugins are now compiled directly into Envision, so no extra steps are needed to register them. --- content/docs/distros/Fedora_Atomic.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/docs/distros/Fedora_Atomic.md b/content/docs/distros/Fedora_Atomic.md index 00c80aa..0740cc7 100644 --- a/content/docs/distros/Fedora_Atomic.md +++ b/content/docs/distros/Fedora_Atomic.md @@ -40,12 +40,6 @@ Launching Envision in build mode will start it inside of that container. To build profiles, right click Envision in your application menu and click "Launch in Build Mode". -### Plugins -AtomicXR can register [Plugins](/docs/fossvr/envision/#plugin-system) for all supported overlays & tools, so you don't need to manually add each one: -```sh -axr envision plugins register -``` - ## Overlays & Applications ### Install -- 2.49.1 From 0475e48557556d33cd377421c6a968e85fa9bd10 Mon Sep 17 00:00:00 2001 From: Shiloh Fen Date: Fri, 5 Sep 2025 15:18:12 -0500 Subject: [PATCH 2/3] Fedora Atomic: Add troubleshooting section --- content/docs/distros/Fedora_Atomic.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/distros/Fedora_Atomic.md b/content/docs/distros/Fedora_Atomic.md index 0740cc7..05b8f50 100644 --- a/content/docs/distros/Fedora_Atomic.md +++ b/content/docs/distros/Fedora_Atomic.md @@ -56,6 +56,14 @@ A command is included to launch OscAvMgr and VrcAdvert together for you (use `op axr oscavmgr start ``` +## Troubleshooting + +See [this section](https://tangled.sh/@matrixfurry.com/atomic-xr#troubleshooting) in the README for the most up-to-date troubleshooting steps. + +### Envision Plugin download failed + +Plugins should be installed from the [AtomicXR Homebrew Tap](https://tangled.sh/@matrixfurry.com/homebrew-atomicxr) instead of Envision. Envision doesn't provide a way to download plugins via a command (yet). + ## Support You can open an issue on [Tangled](https://tangled.sh/@matrixfurry.com/atomic-xr/issues), ask questions in [this post](https://discord.com/channels/1065291958328758352/1389409336580767775) on the LVRA Discord, or reach out to [the maintainer](https://woosh.link/matrixfurry.com) directly. -- 2.49.1 From f5dd8634e98f03ccd35339d54ecd736160e3c7ab Mon Sep 17 00:00:00 2001 From: Shiloh Fen Date: Sat, 6 Sep 2025 04:26:15 -0500 Subject: [PATCH 3/3] Fedora Atomic: Use Cask to install WayVR Dashboard --- content/docs/distros/Fedora_Atomic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/distros/Fedora_Atomic.md b/content/docs/distros/Fedora_Atomic.md index 05b8f50..97d4476 100644 --- a/content/docs/distros/Fedora_Atomic.md +++ b/content/docs/distros/Fedora_Atomic.md @@ -44,7 +44,7 @@ To build profiles, right click Envision in your application menu and click "Laun ### Install - [WlxOverlay-S](/docs/fossvr/wlxoverlay-s/): `brew install wlx-overlay-s` -- [WayVR Dashboard](/docs/fossvr/wlxoverlay-s/#wayvr-dashboard): `brew install wayvr-dashboard` +- [WayVR Dashboard](/docs/fossvr/wlxoverlay-s/#wayvr-dashboard): `brew install --cask wayvr-dashboard` - [Monado Tracking Origin Calibrator](/docs/fossvr/motoc/): `brew install motoc` - [OSC Avatar Manager](https://github.com/galister/oscavmgr): `brew install oscavmgr vrc-advert` -- 2.49.1