mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-14 00:11:01 +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", "Aquest fitxer és idèntic al del client."),
|
||||
("show_monitors_tip", "Mostra les pantalles a la barra d'eines"),
|
||||
("View Mode", "Mode espectador"),
|
||||
("login_linux_tip", "És necessari que inicieu prèviament sessió amb un entorn d'escriptori x11 habilitat"),
|
||||
("verify_rustdesk_password_tip", "Verifica la contrasenya del RustDesk"),
|
||||
("remember_account_tip", "Recorda aquest compte"),
|
||||
("os_account_desk_tip", "S'utilitza aquest compte per iniciar la sessió al sistema remot i habilitar el mode sense cap pantalla connectada"),
|
||||
("OS Account", "Compte d'usuari"),
|
||||
("another_user_login_title_tip", "Altre usuari ha iniciat ja una sessió"),
|
||||
("another_user_login_text_tip", "Desconnecta"),
|
||||
("xorg_not_found_title_tip", "No s'ha trobat l'entorn Xorg"),
|
||||
("xorg_not_found_text_tip", "Instal·leu el Xorg"),
|
||||
("no_desktop_title_tip", "Cap escriptori disponible"),
|
||||
("no_desktop_text_tip", "Instal·leu l'entorn d'escriptori GNOME"),
|
||||
("No need to elevate", "No calen permisos ampliats"),
|
||||
("System Sound", "So del sistema"),
|
||||
("Default", "per defecte"),
|
||||
|
||||
Reference in New Issue
Block a user