fix: linux, login wayland, server (#8111)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-05-21 23:35:47 +08:00
committed by GitHub
parent e192f10c56
commit 534fc9c40c
3 changed files with 25 additions and 11 deletions

View File

@@ -1241,7 +1241,7 @@ mod desktop {
return;
}
let seat0_values = get_values_of_seat0(&[0, 1, 2]);
let seat0_values = get_values_of_seat0_with_gdm_wayland(&[0, 1, 2]);
if seat0_values[0].is_empty() {
*self = Self::default();
self.is_rustdesk_subprocess = false;