From bcccb2ce543d272c051b255657d1c62b48b37f11 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 25 Jan 2024 00:09:19 -0500 Subject: [PATCH] (post-update): My move to wayland: it's finally ready Clarify Screen Sharing section. --- _posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md b/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md index 2db37b3..684d211 100644 --- a/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md +++ b/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md @@ -44,7 +44,7 @@ Xorg and Wayland are totally different, so, it's expected that some settings nee ### Screen Sharing -Many users have found that when running an application natively through Wayland, the screen sharing feature doesn't work as expected. It's because Wayland security model doesn't allow an application to read the content of another application, so, the screen sharing feature doesn't work and will only show your current application window. All you need to do is install [xwaylandvideobridge](https://invent.kde.org/system/xwaylandvideobridge) and it will do the job. +Many users have noticed that when running a Xwayland application inside a Wayland session, the screen sharing feature doesn't work as expected. It's because Wayland security model doesn't allow X clients to access the content of Wayland applications, so, the screen sharing feature will only show the applications running under X. To solve it, all you need to do is install [xwaylandvideobridge](https://invent.kde.org/system/xwaylandvideobridge) and it will do the job. ### Electron apps