mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-19 19:01:05 +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", "Denne fil er identisk med modpartens."),
|
||||
("show_monitors_tip", "Vis skærme i værktøjsbjælken"),
|
||||
("View Mode", "Visningstilstand"),
|
||||
("login_linux_tip", "Du skal logge på en fjernstyret Linux konto for at aktivere en X skrivebordssession"),
|
||||
("verify_rustdesk_password_tip", "Bekræft RustDesk adgangskode"),
|
||||
("remember_account_tip", "Husk denne konto"),
|
||||
("os_account_desk_tip", "Denne konto benyttes til at logge på fjernsystemet, og aktivere skrivebordssessionen i hovedløs tilstand"),
|
||||
("OS Account", "Styresystem konto"),
|
||||
("another_user_login_title_tip", "En anden bruger er allerede logget ind"),
|
||||
("another_user_login_text_tip", "Frakobl"),
|
||||
("xorg_not_found_title_tip", "Xorg ikke fundet"),
|
||||
("xorg_not_found_text_tip", "Installér venlist Xorg"),
|
||||
("no_desktop_title_tip", "Intet skrivebordsmiljø er tilgængeligt"),
|
||||
("no_desktop_text_tip", "Installér venligst GNOME skrivebordet"),
|
||||
("No need to elevate", "Ingen grund til at elevere"),
|
||||
("System Sound", "Systemlyd"),
|
||||
("Default", "Standard"),
|
||||
|
||||
Reference in New Issue
Block a user