From 613e4a1ae1863799d388283f6de8e14a3aa4d584 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 26 Sep 2022 12:15:57 +0200 Subject: The launcher is no longer needed for window activation Instead we rely now on the homescreen. So remove the launcher. Signed-off-by: Jan-Simon Moeller Change-Id: I77d8adea7080e19fb3bffe63a029632c4f4d195a --- common/scripts/agl-screenshot-test.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index cf56566..01d8231 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -43,7 +43,6 @@ su $AGLDRIVER -c 'XDG_RUNTIME_DIR=/run/user/1001/ DBUS_SESSION_BUS_ADDRESS=unix: # restart agl-compositor su $AGLDRIVER -c 'XDG_RUNTIME_DIR=/run/user/1001/ DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus systemctl --user restart agl-compositor' su $AGLDRIVER -c 'XDG_RUNTIME_DIR=/run/user/1001/ DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus systemctl --user start homescreen' -su $AGLDRIVER -c 'XDG_RUNTIME_DIR=/run/user/1001/ DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus systemctl --user start launcher' # e.g. qemu-system-arm takes loooong sleep 10 -- cgit 1.2.3-korg