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", "Den här filen är identisk med klientens."),
|
||||
("show_monitors_tip", "Visa skärmar i verktygsfältet"),
|
||||
("View Mode", "Visningsläge"),
|
||||
("login_linux_tip", "Du måste logga in på Linux-fjärrkontot för att aktivera en X-skrivbordssession"),
|
||||
("verify_rustdesk_password_tip", "Verifiera RustDesk-lösenord"),
|
||||
("remember_account_tip", "Kom ihåg detta konto"),
|
||||
("os_account_desk_tip", "Detta konto används för att logga in på fjärroperativsystemet och aktivera skrivbordssessionen i obevakat läge"),
|
||||
("OS Account", "OS-konto"),
|
||||
("another_user_login_title_tip", "En annan användare är redan inloggad"),
|
||||
("another_user_login_text_tip", "Koppla ifrån"),
|
||||
("xorg_not_found_title_tip", "Xorg hittades inte"),
|
||||
("xorg_not_found_text_tip", "Installera Xorg"),
|
||||
("no_desktop_title_tip", "Ingen skrivbordsmiljö är tillgänglig"),
|
||||
("no_desktop_text_tip", "Installera GNOME-skrivbordet"),
|
||||
("No need to elevate", "Ingen behörighetshöjning behövs"),
|
||||
("System Sound", "Systemljud"),
|
||||
("Default", "Standard"),
|
||||
|
||||
Reference in New Issue
Block a user