From 968fad3ffe70a267869d829257146ff1c69873dc Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 21 Aug 2021 19:05:57 -0400 Subject: [PATCH] edits to README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96766aa..8b65423 100644 --- a/README.md +++ b/README.md @@ -158,15 +158,16 @@ visible for screen-sharing.) Thanks to David Ventura https://github.com/DavidVentura/UxPlay for the fix and also for getting it into gstreamer-1.20. -If uxplay was compiled after -cmake was run without -DZOOMFIX=ON, and your gstreamer version is older that -1.20, you can still manually make the window visible with the X11 utility +[If uxplay was compiled after +cmake was run without -DZOOMFIX=ON, and your gstreamer version is older than +1.20, you can still manually make the window visible to screen-sharing apps with the X11 utility xdotool, if it is installed on your system: + ``` xdotool selectwindow set_window --name "name" ``` where "name" is your choice of name, and then select the uxplay window with -the mouse. +the mouse.] 4. The AirPlay server now terminates correctly when the gstreamer display window is closed, and is relaunched with the same settings to wait for a new connection.