From 8b0c820dc633b1d04c271dc11b34353d29f2b406 Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Tue, 7 Oct 2025 22:19:03 +0300 Subject: [PATCH] formatting corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78bd8d9..99905d3 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ https://stackoverflow.com/questions/73092750/how-to-show-gui-apps-from-docker-de 1. Start run.sh script with -b flag (build): - `run.sh -b` - - _you can just use run.sh if image already built - - you can specify image name with -c flag_ + - _you can just use run.sh if image is already built_ + - _you can specify image name with -c flag_ 2. In opened bash verify that gui is opening correctly: - `gst-launch1.0 videotestsrc ! autovideoconvert ! autovideosink` _Note: if you are using wsl2 you should see wsl=true line in terminal_ -If video sink is not visible on the screen: +### If video sink is not visible on the screen: 1. Make sure that wsl2 is active. 2. Make sure that WSLg is supported (should be built-in on windows 11)