From 9dbd35e8f7fe2ad9cecb0ef70283f77ba73b1482 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Wed, 17 Dec 2025 07:23:50 +0100 Subject: [PATCH] feat: add X-XR-Plugin flag and X-XR-Plugin-Exec to .desktop file This change is part of a new initiative in Envision to revamp the plugin system. The new system is such that Envision will no longer install plugins on its own, instead it will detect system provided plugin applications via the X-XR-Plugin flag, and be instructed on a specific command to use with the optional X-XR-Plugin-Exec. This proposed specification is detailed in the following issue: --- wlx-overlay-s/wlx-overlay-s.desktop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wlx-overlay-s/wlx-overlay-s.desktop b/wlx-overlay-s/wlx-overlay-s.desktop index 31b6c1c..46cc728 100644 --- a/wlx-overlay-s/wlx-overlay-s.desktop +++ b/wlx-overlay-s/wlx-overlay-s.desktop @@ -5,3 +5,5 @@ Exec=wlx-overlay-s Icon=wlx-overlay-s Terminal=true Categories=Utility;X-WiVRn-VR; +X-XR-Plugin=true +X-XR-Plugin-Exec=wlx-overlay-s --openxr