mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 19:44:50 +00:00
fix: inject old and new wivrn IPC path
This commit is contained in:
parent
6d85983db0
commit
27b01d0ffc
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ impl Profile {
|
|||
pub fn get_env_vars(&self) -> Vec<String> {
|
||||
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()
|
||||
|
|
Loading…
Add table
Reference in a new issue