From e4fea4f18780edfe16e9ed3653355225243eca37 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 3 Jun 2022 10:36:55 +0800 Subject: [PATCH] fix ci --- src/platform/linux.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/platform/linux.rs b/src/platform/linux.rs index eb7bf240f..7b21274c1 100644 --- a/src/platform/linux.rs +++ b/src/platform/linux.rs @@ -438,7 +438,6 @@ pub fn current_is_wayland() -> bool { return "wayland" == dtype && unsafe { UNMODIFIED }; } -/* pub fn modify_default_login() -> String { let dsession = std::env::var("DESKTOP_SESSION").unwrap(); let user_name = std::env::var("USERNAME").unwrap(); @@ -505,7 +504,6 @@ pub fn modify_default_login() -> String { } return "Fix failed! Please re-login with X server manually".to_owned(); } -*/ // to-do: test the other display manager fn _get_display_manager() -> String {