From 6ad50fe1937cd45494834409b8ddffd7a683d732 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sun, 23 Jul 2023 14:35:01 +0200 Subject: [PATCH] Update README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 6a06ac4..922ea33 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,26 @@ Please select the `Ubuntu on Xorg` session when loging in on 21.04 and up. The ` sudo apt install systray-x-gnome ``` +Disabling wayland: + +```bash +sudo nano /etc/gdm3/custom.conf + +``` + +and change (and remove the leading '#' when needed) + +``` +WaylandEnable=true +``` + +into + +``` +WaylandEnable=false +``` + + ###### Unity / XFCE / Others (non-KDE, non-GNOME) ```bash