headless, linux, debug

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-30 18:39:21 +08:00
parent d82d2471d7
commit d86ef4a86e
3 changed files with 7 additions and 2 deletions

View File

@@ -464,6 +464,7 @@ pub fn get_env_var(k: &str) -> String {
}
}
// Headless is enabled, no need to wait prelogin.
pub fn is_prelogin() -> bool {
let n = get_active_userid().len();
n < 4 && n > 1

View File

@@ -450,6 +450,8 @@ fn run(sp: GenericService) -> ResultType<()> {
#[cfg(windows)]
ensure_close_virtual_device()?;
println!("REMOVE ME ================================= run 111");
// ensure_inited() is needed because release_resource() may be called.
#[cfg(target_os = "linux")]
super::wayland::ensure_inited()?;