mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-21 11:50:59 +03:00
refact: remove linux headless (#15866)
* refact: remove linux headless Signed-off-by: fufesou <linlong1266@gmail.com> * fix(linux): probe DRM availability asynchronously on login Signed-off-by: fufesou <linlong1266@gmail.com> * revert changes in drm_capturer.rs Signed-off-by: fufesou <linlong1266@gmail.com> * Update submodule hbb_common Signed-off-by: fufesou <linlong1266@gmail.com> * docs(linux): clarify DRM availability comments Remove stale headless and unauthenticated-request wording, and document the Available-only login-screen gate. Signed-off-by: fufesou <linlong1266@gmail.com> * fix(linux): remove unreachable session cleanup branch Remove the obsolete empty-session path and clarify the intended use of cached DRM availability. Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Acest fișier este identic cu cel al dispozitivului pereche."),
|
||||
("show_monitors_tip", "Afișează monitoare în bara de instrumente"),
|
||||
("View Mode", "Mod vizualizare"),
|
||||
("login_linux_tip", "Este necesar să te conectezi la contul de Linux de la distanță pentru a începe o sesiune cu un desktop care folosește X11"),
|
||||
("verify_rustdesk_password_tip", "Verifică parola RustDesk"),
|
||||
("remember_account_tip", "Reține contul"),
|
||||
("os_account_desk_tip", "Acest cont este utilizat pentru conectarea la sistemul de operare la distanță și începerea sesiunii cu desktopul în modul fără afișaj."),
|
||||
("OS Account", "Cont OS"),
|
||||
("another_user_login_title_tip", "Un alt utilizator este deja conectat"),
|
||||
("another_user_login_text_tip", "Deconectare"),
|
||||
("xorg_not_found_title_tip", "Xorg nu a fost găsit"),
|
||||
("xorg_not_found_text_tip", "Instalează Xorg"),
|
||||
("no_desktop_title_tip", "Nu este disponibil niciun mediu desktop"),
|
||||
("no_desktop_text_tip", "Instalează mediul desktop GNOME"),
|
||||
("No need to elevate", "Nu sunt necesare permisiuni de administrator"),
|
||||
("System Sound", "Sunet sistem"),
|
||||
("Default", "Implicit"),
|
||||
|
||||
Reference in New Issue
Block a user