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", "Dit bestand is identiek aan het bestand van het externe station."),
|
||||
("show_monitors_tip", "Monitoren weergeven in de werkbalk"),
|
||||
("View Mode", "Toeschouwermodus"),
|
||||
("login_linux_tip", "Toegang tot het externe Linux-account"),
|
||||
("verify_rustdesk_password_tip", "Bevestiging wachtwoord RustDesk"),
|
||||
("remember_account_tip", "Onthoud dit account"),
|
||||
("os_account_desk_tip", "Dit account wordt gebruikt om toegang te krijgen tot het externe besturingssysteem en de bureaubladsessie in onbeheerde modus te activeren."),
|
||||
("OS Account", "Besturingssysteem account"),
|
||||
("another_user_login_title_tip", "Een andere gebruiker is al ingelogd."),
|
||||
("another_user_login_text_tip", "Afzonderlijk"),
|
||||
("xorg_not_found_title_tip", "Xorg niet gevonden."),
|
||||
("xorg_not_found_text_tip", "Installeer Xorg."),
|
||||
("no_desktop_title_tip", "Er is geen desktop beschikbaar."),
|
||||
("no_desktop_text_tip", "Installeer de GNOME desktop."),
|
||||
("No need to elevate", "Niet nodig om te verhogen"),
|
||||
("System Sound", "Systeemgeluid"),
|
||||
("Default", "Standaard"),
|
||||
|
||||
Reference in New Issue
Block a user