mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 03:24:52 +00:00
fix: update wivrn comp ipc path
This commit is contained in:
parent
58f2589be8
commit
56d500a9f9
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ impl XRServiceType {
|
|||
.expect("XDG runtime directory is not available")
|
||||
.join(match self {
|
||||
XRServiceType::Monado => "monado_comp_ipc",
|
||||
XRServiceType::Wivrn => "wivrn_comp_ipc",
|
||||
XRServiceType::Wivrn => "wivrn/comp_ipc",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -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/monado_comp_ipc\"".into(),
|
||||
];
|
||||
}
|
||||
self.env_vars_full()
|
||||
|
|
Loading…
Add table
Reference in a new issue