fix wayland server starting late
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
28b28cfef6
commit
13da75c2b6
@ -1088,7 +1088,7 @@ mod desktop {
|
|||||||
self.uid = seat0_values[1].clone();
|
self.uid = seat0_values[1].clone();
|
||||||
self.username = seat0_values[2].clone();
|
self.username = seat0_values[2].clone();
|
||||||
self.protocal = get_display_server_of_session(&self.sid).into();
|
self.protocal = get_display_server_of_session(&self.sid).into();
|
||||||
if self.is_login_wayland() {
|
if self.is_wayland() {
|
||||||
self.display = "".to_owned();
|
self.display = "".to_owned();
|
||||||
self.xauth = "".to_owned();
|
self.xauth = "".to_owned();
|
||||||
self.is_rustdesk_subprocess = false;
|
self.is_rustdesk_subprocess = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user