forker: unify xwayland and other spawning
This commit is contained in:
parent
0ee539e625
commit
a1ba476e68
3 changed files with 83 additions and 47 deletions
|
|
@ -1004,7 +1004,7 @@ impl ConfigProxyHandler {
|
|||
Some(f) => f,
|
||||
_ => return Err(CphError::NoForker),
|
||||
};
|
||||
forker.spawn(prog.to_string(), args, env, None);
|
||||
forker.spawn(prog.to_string(), args, env);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue