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>

+23 -22
+3 -3
src/atomic-xr/patches/envision/0001-Add-build-mode-to-desktop-entry.patch
··· 1 - From 9e389aa1998258ab9ffa12052ca83225b03cf6f1 Mon Sep 17 00:00:00 2001 2 - From: Shiloh Fen <shiloh@shilohfen.com> 1 + From d2359c7ad267214a1bc63775c5d95a5a09cd19cb Mon Sep 17 00:00:00 2001 2 + From: "@matrixfurry.com" <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 Date: Fri, 5 Sep 2025 13:38:33 -0500 4 - Subject: [PATCH] Add build mode to desktop entry 4 + Subject: [PATCH 1/4] Add build mode to desktop entry 5 5 6 6 --- 7 7 data/org.gabmus.envision.desktop.in.in | 5 +++++
+14 -13
src/atomic-xr/patches/envision/0002-Replace-plugin-manifests.patch
··· 1 - From 4e936f6b882320dd9f835ef7bd5eb85a7ff1935f Mon Sep 17 00:00:00 2001 2 - From: Shiloh Fen <shiloh@shilohfen.com> 1 + From f0cab1586dcd8c652fd6dfaa74dfda0657bd8661 Mon Sep 17 00:00:00 2001 2 + From: "@matrixfurry.com" <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 Date: Fri, 5 Sep 2025 13:45:50 -0500 4 - Subject: [PATCH] Replace plugin manifests 4 + Subject: [PATCH 2/4] Replace plugin manifests 5 5 6 6 --- 7 - src/ui/plugins/mod.rs | 10 ++++++---- 8 - 1 file changed, 6 insertions(+), 4 deletions(-) 7 + src/ui/plugins/mod.rs | 11 +++++++---- 8 + 1 file changed, 7 insertions(+), 4 deletions(-) 9 9 10 10 diff --git a/src/ui/plugins/mod.rs b/src/ui/plugins/mod.rs 11 - index cb18440..60dde17 100644 11 + index cb18440..c09777e 100644 12 12 --- a/src/ui/plugins/mod.rs 13 13 +++ b/src/ui/plugins/mod.rs 14 - @@ -163,10 +163,12 @@ impl Plugin { 14 + @@ -163,10 +163,13 @@ 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;5] = [ 23 - + "https://tangled.sh/@matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/wlx-overlay-s.json", 24 - + "https://tangled.sh/@matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/wayvr-dashboard.json", 25 - + "https://tangled.sh/@matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/motoc.json", 26 - + "https://tangled.sh/@matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/oscavmgr.openxr.json", 27 - + "https://tangled.sh/@matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/oscavmgr.babble.json", 22 + +const MANIFESTS: [&str;6] = [ 23 + + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/wlx-overlay-s.json", 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/motoc.json", 26 + + "https://tangled.org/matrixfurry.com/atomic-xr/raw/main/data/envision-plugins/manifest/oscavmgr.openxr.json", 27 + + "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", 28 29 ]; 29 30 30 31 pub async fn refresh_plugins() -> anyhow::Result<Vec<anyhow::Result<Plugin>>> {
+3 -3
src/atomic-xr/patches/envision/0003-Modify-plugin-download-error-message.patch
··· 1 - From fd6d4ff51bac5ecee7f014cd140cffe977e6e59c Mon Sep 17 00:00:00 2001 2 - From: Shiloh Fen <shiloh@shilohfen.com> 1 + From 44360f40dd8ad764a29b30c0d3f145b3598fad09 Mon Sep 17 00:00:00 2001 2 + From: "@matrixfurry.com" <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 Date: Fri, 5 Sep 2025 23:07:27 -0500 4 - Subject: [PATCH] Modify plugin download error message 4 + Subject: [PATCH 3/4] Modify plugin download error message 5 5 6 6 --- 7 7 src/ui/plugins/store.rs | 8 ++------
+3 -3
src/atomic-xr/patches/envision/0004-Add-plugin-to-config-when-enabled.patch
··· 1 - From c60988f04f85d4b46fd623ff77edb7e8267f8999 Mon Sep 17 00:00:00 2001 2 - From: Shiloh Fen <shiloh@shilohfen.com> 1 + From 3ecd29d27193a25c2f56e25ffeb4eaca24a81979 Mon Sep 17 00:00:00 2001 2 + From: "@matrixfurry.com" <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 Date: Sat, 6 Sep 2025 01:13:52 -0500 4 - Subject: [PATCH] Add plugin to config when enabled 4 + Subject: [PATCH 4/4] Add plugin to config when enabled 5 5 6 6 --- 7 7 src/ui/plugins/store.rs | 4 ++++