XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Troubleshooting section to README

Shiloh Fen df49a05e 9d75d2a4

+8 -2
+8 -2
README.md
··· 15 15 ## Install ## 16 16 Homebrew (reccomeneded): `brew tap shiloh/atomicxr https://codeberg.org/shiloh/homebrew-atomicxr.git; brew install atomic-xr` 17 17 18 - > NOTE: Developed with Nushell version `0.106.0`. Lower versions are not guaranteed to work. 19 - 20 18 From this repo: `./install.sh` 21 19 22 20 ## Usage ## ··· 36 34 Building Envision profiles: 37 35 - Right click Envision in your desktop's menu, and select "Launch in Build Mode" 38 36 - You may also have to launch Envision in build mode to install WiVRn on your headset via ADB 37 + 38 + ## Common Issues & Troubleshooting ## 39 + 40 + If you had AtomicXR installed before version `1.0.0`, try running this command and rebooting: 41 + - `nu -c "rm -rf ~/.local/share/atomic-xr $"($env.HOME)/.local/bin/{oscavmgr-launch,oscavmgr,motoc,wlx-overlay-s,wayvr-dashboard}" | str expand | str join ' '; try {toolbox rm -f atomic-xr}; try {rpm-ostree remove nu}"` 42 + 43 + ### `unknown flag: -o` for `reject` function: 44 + - Make sure your Nushell version (`nu -v`) is up to date, `0.106.0` is the minimum required version.