From 033750afa3664236e32837960b0ff25220534a58 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:07:25 +0800 Subject: [PATCH] Update _index.en.md --- content/dev/build/linux/_index.en.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/dev/build/linux/_index.en.md b/content/dev/build/linux/_index.en.md index 4f72d06..d7ea5d8 100644 --- a/content/dev/build/linux/_index.en.md +++ b/content/dev/build/linux/_index.en.md @@ -62,9 +62,4 @@ mv libsciter-gtk.so target/debug cargo run ``` -#### Change Wayland to X11 (Xorg) - -~~RustDesk does not support Wayland.~~ Check this [guide](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/) to configuring Xorg as the default GNOME session. - -RustDesk now has experimental Wayland support. You may need to download the [nightly version](https://github.com/rustdesk/rustdesk/releases/tag/nightly) to enable this feature.