From 27b01d0ffcade38db0f850d9feea574df25aea6b Mon Sep 17 00:00:00 2001 From: Bones Date: Wed, 9 Oct 2024 22:24:36 +0000 Subject: [PATCH] fix: inject old and new wivrn IPC path --- src/profile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.rs b/src/profile.rs index fff82b5..effb714 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -367,7 +367,7 @@ impl Profile { pub fn get_env_vars(&self) -> Vec { if self.can_be_built { return vec![ - "PRESSURE_VESSEL_FILESYSTEMS_RW=\"$XDG_RUNTIME_DIR/wivrn/comp_ipc:$XDG_RUNTIME_DIR/monado_comp_ipc\"".into(), + "PRESSURE_VESSEL_FILESYSTEMS_RW=\"$XDG_RUNTIME_DIR/wivrn_comp_ipc:$XDG_RUNTIME_DIR/wivrn/comp_ipc:$XDG_RUNTIME_DIR/monado_comp_ipc\"".into(), ]; } self.env_vars_full()