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.

chore: update envision patches

Signed-off-by: @matrixfurry.com <did:plc:zmjoeu3stwcn44647rhxa44o>

+10 -9
+8 -7
src/atomic-xr/patches/envision/0002-Replace-plugin-manifests.patch
··· 1 - From f0cab1586dcd8c652fd6dfaa74dfda0657bd8661 Mon Sep 17 00:00:00 2001 1 + From 7e56cd4c602069392be88e2ecd87dff6bf993f60 Mon Sep 17 00:00:00 2001 2 2 From: "@matrixfurry.com" <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 Date: Fri, 5 Sep 2025 13:45:50 -0500 4 4 Subject: [PATCH 2/4] Replace plugin manifests 5 5 6 6 --- 7 - src/ui/plugins/mod.rs | 11 +++++++---- 8 - 1 file changed, 7 insertions(+), 4 deletions(-) 7 + src/ui/plugins/mod.rs | 12 ++++++++---- 8 + 1 file changed, 8 insertions(+), 4 deletions(-) 9 9 10 10 diff --git a/src/ui/plugins/mod.rs b/src/ui/plugins/mod.rs 11 - index cb18440..c09777e 100644 11 + index cb18440..c4902fe 100644 12 12 --- a/src/ui/plugins/mod.rs 13 13 +++ b/src/ui/plugins/mod.rs 14 - @@ -163,10 +163,13 @@ impl Plugin { 14 + @@ -163,10 +163,14 @@ impl Plugin { 15 15 16 16 /// urls to manifest json files representing plugins. 17 17 /// each manifest should be json and the link should always point to the latest version ··· 19 19 - "https://github.com/galister/wlx-overlay-s/raw/refs/heads/meta/com.github.galister.wlx-overlay-s.json", 20 20 - "https://github.com/StardustXR/telescope/raw/refs/heads/main/envision/org.stardustxr.telescope.json", 21 21 - "https://github.com/olekolek1000/wayvr-dashboard/raw/refs/heads/meta/dev.oo8.wayvr_dashboard.json", 22 - +const MANIFESTS: [&str;6] = [ 22 + +const MANIFESTS: [&str;7] = [ 23 23 + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/wlx-overlay-s.json", 24 24 + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/wayvr-dashboard.json", 25 + + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/lovr-playspace.json", 25 26 + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/motoc.json", 26 27 + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/oscavmgr.openxr.json", 27 28 + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/oscavmgr.babble.json", 28 - + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/lovr-playspace.json", 29 + + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/index-camera-passthrough.json", 29 30 ]; 30 31 31 32 pub async fn refresh_plugins() -> anyhow::Result<Vec<anyhow::Result<Plugin>>> {
+1 -1
src/atomic-xr/patches/envision/0003-Modify-plugin-download-error-message.patch
··· 1 - From 44360f40dd8ad764a29b30c0d3f145b3598fad09 Mon Sep 17 00:00:00 2001 1 + From e8f9266d41e4e9275b5031c63a017255749fefb1 Mon Sep 17 00:00:00 2001 2 2 From: "@matrixfurry.com" <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 Date: Fri, 5 Sep 2025 23:07:27 -0500 4 4 Subject: [PATCH 3/4] Modify plugin download error message
+1 -1
src/atomic-xr/patches/envision/0004-Add-plugin-to-config-when-enabled.patch
··· 1 - From 3ecd29d27193a25c2f56e25ffeb4eaca24a81979 Mon Sep 17 00:00:00 2001 1 + From 39e8a8787ef0b0bb69c8754a880bb6bc4b2fe707 Mon Sep 17 00:00:00 2001 2 2 From: "@matrixfurry.com" <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 Date: Sat, 6 Sep 2025 01:13:52 -0500 4 4 Subject: [PATCH 4/4] Add plugin to config when enabled