1
0
Fork 0
forked from wry/wry

forker: unify xwayland and other spawning

This commit is contained in:
Julian Orth 2024-03-06 19:47:52 +01:00
parent 0ee539e625
commit a1ba476e68
3 changed files with 83 additions and 47 deletions

View file

@ -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(())
}