fix, wayland --server, envs
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
3907cc679a
commit
da7bcf89d4
2 changed files with 88 additions and 28 deletions
|
|
@ -2522,7 +2522,11 @@ async fn start_ipc(
|
|||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
log::debug!("Start cm");
|
||||
res = crate::platform::run_as_user(args.clone(), user.clone());
|
||||
res = crate::platform::run_as_user(
|
||||
args.clone(),
|
||||
user.clone(),
|
||||
None::<(&str, &str)>,
|
||||
);
|
||||
}
|
||||
if res.is_ok() {
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue