From 3be189192a4192f3c2743817e448b6b09b5a8714 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 20 Feb 2023 10:33:27 +0100 Subject: [PATCH] tests: Update README "activate" is no longer a no-op on Wayland, it uses xdg-activation. Update the README accordingly. Part-of: --- src/tests/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tests/README b/src/tests/README index 9c620c328..bf53159ff 100644 --- a/src/tests/README +++ b/src/tests/README @@ -57,8 +57,7 @@ hide / Ask the client to show (map) or hide (unmap) the given window activate / - Ask the client to raise and focus the given window. This is currently a no-op - for Wayland, where this capability is not supported in the protocol. + Ask the client to raise and focus the given window. local_activate - The same as 'activate', but the operation is done directly inside Mutter