linux headless feature, tmp commit

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-01 00:28:56 +08:00
parent 571c1df5c4
commit 73358502e9
42 changed files with 713 additions and 145 deletions

View File

@@ -60,5 +60,20 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("verify_rustdesk_password_tip", "Veryfy RustDesk password"),
("remember_account_tip", "Remember this account"),
("os_account_desk_tip", "This account is used to login the remote OS and enable the desktop session in headless"),
("session_not_ready_title_tip", "Session is unready"),
("session_not_ready_text_tip", "Input linux user/password"),
("xsession_failed_title_tip", "Xsession username/password is wrong"),
("xsession_failed_text_tip", "Do you want to enter again"),
("another_user_login_title_tip", "Another user already login"),
("another_user_login_text_tip", "Disconnect"),
("xorg_not_found_title_tip", "Xorg not found"),
("xorg_not_found_text_tip", "Please install Xorg"),
("no_desktop_title_tip", "No desktop is avaliable"),
("no_desktop_text_tip", "Please install GNOME desktop"),
("session_unready_no_password_title_tip", "Session is unready"),
("session_unready_no_password_text_tip", "Input connection password and linux user/password"),
("session_unready_wrong_password_title_tip", "Password is wrong"),
("session_unready_wrong_password_text_tip", "Do you want to enter again"),
("no_password_access_text_tip", "Please wait for the remote side to accept your session request..."),
].iter().cloned().collect();
}