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.

Layer OpenVR API on system

+3 -3
+3 -3
src/atomic-xr/envision.nu
··· 34 34 } 35 35 git switch --detach (git tag -l --sort=v:refname | lines | last) 36 36 37 - if (rpm -q openxr-libs | complete | get exit_code) != 0 { 38 - rpm-ostree install openxr-libs 37 + if (rpm -q openxr-libs openvr-api | complete | get exit_code) != 0 { 38 + rpm-ostree install openxr-libs openvr-api 39 39 # TODO: Notification actions 40 - notify-send -u critical "Package Installed" "Please reboot or use `rpm-ostree ex apply-live` before attempting to launch Envision." 40 + notify-send -u critical "Package(s) Installed" "Please reboot or use `rpm-ostree ex apply-live` before attempting to launch Envision." 41 41 } 42 42 43 43 [