From 19dfd55964fc976be56155298bd77628d9b7380b Mon Sep 17 00:00:00 2001 From: MatrixFurry Date: Mon, 10 Nov 2025 23:07:05 +0000 Subject: [PATCH] plugin-manifests: fix WayVR Dashboard executable path Signed-off-by: MatrixFurry --- data/envision-plugins/manifest/wayvr-dashboard.json | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/data/envision-plugins/manifest/wayvr-dashboard.json b/data/envision-plugins/manifest/wayvr-dashboard.json --- a/data/envision-plugins/manifest/wayvr-dashboard.json +++ b/data/envision-plugins/manifest/wayvr-dashboard.json @@ -9,7 +9,7 @@ ], "description": "Launch your favorite desktop applications and games seamlessly within your VR environment (wlx-overlay-s addon)", "short_description": "Game and application launcher for VR", - "exec_path": "/home/linuxbrew/.linuxbrew/bin/wlx-overlay-s", + "exec_path": "/home/linuxbrew/.linuxbrew/bin/wayvr-dashboard", "env_vars": { "GDK_BACKEND": "wayland" }, "dependencies": ["com.matrixfurry.atomicxr.wlx-overlay-s"], "plugin_type": "WayVrDashboard" -- tangled.sh