From 989864b732388ae9f64b5a75d94b2c7e1aaa7dfe Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:49:26 +0800 Subject: [PATCH] Updated Google Summer of Code 2022 Ideas (markdown) --- Google-Summer-of-Code-2022-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Google-Summer-of-Code-2022-Ideas.md b/Google-Summer-of-Code-2022-Ideas.md index cb68c57..7b87321 100644 --- a/Google-Summer-of-Code-2022-Ideas.md +++ b/Google-Summer-of-Code-2022-Ideas.md @@ -9,7 +9,7 @@ https://github.com/rustdesk/rustdesk/wiki/Google-Summer-of-Code-2021 Skills: Rust, C/C++, Linux Description: -RustDesk support X11 on Linux, but does not support Wayland yet. Wayland has totally different API for screen capture and keyboard/mouse input compared with X11. Wayland has strict permission control, you can only capture screen under the user session. A permission dialog will pop up once you initiates screen capture, this causes big problem for remote control scenario. +RustDesk support X11 on Linux, but does not support Wayland yet. Wayland has totally different API for screen capture and keyboard/mouse input. Wayland has strict permission control, you can only capture screen under the user session. A permission dialog will pop up once you initiates screen capture, this causes big problem for remote control scenario. Resources: - Discuss on Wayland support: https://github.com/rustdesk/rustdesk/issues/56