mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 14:49:04 +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> {
|
pub fn get_env_vars(&self) -> Vec<String> {
|
||||||
if self.can_be_built {
|
if self.can_be_built {
|
||||||
return vec![
|
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()
|
self.env_vars_full()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue