From e3643ae5bebb03185933fef4ccf07ee20b29c9cb Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 23 Nov 2025 21:45:08 -0700 Subject: nonguix: multiarch-container: Share Monado socket with container. * nonguix/multiarch-container.scm (make-container-wrapper): Share $XDG_RUNTIME_DIR/monado_comp_ipc with container for use with SteamVR. Signed-off-by: Hilton Chain --- nonguix/multiarch-container.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nonguix/multiarch-container.scm b/nonguix/multiarch-container.scm index 705981b..936767f 100644 --- a/nonguix/multiarch-container.scm +++ b/nonguix/multiarch-container.scm @@ -354,6 +354,10 @@ in a sandboxed FHS environment." ,(string-append sandbox-home "=" home) ,@(exists-> (string-append home "/.config/pulse")) ,@(exists-> (string-append xdg-runtime "/pulse")) + ;; Share Monado service socket for use in SteamVR (will + ;; still need to set PRESSURE_VESSEL_FILESYSTEMS_RW in + ;; launch options). + ,@(exists-> (string-append xdg-runtime "/monado_comp_ipc")) ,@(exists-> (string-append xdg-runtime "/bus")) ,@(exists-> (string-append xdg-runtime "/" wayland-display)) ,@(exists-> (getenv "XAUTHORITY")) -- cgit v1.2.3