The launcher is no longer needed for window activation
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 26 Sep 2022 10:15:57 +0000 (12:15 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 26 Sep 2022 10:15:57 +0000 (12:15 +0200)
Instead we rely now on the homescreen. So remove the launcher.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I77d8adea7080e19fb3bffe63a029632c4f4d195a

common/scripts/agl-screenshot-test.sh

index cf56566..01d8231 100755 (executable)
@@ -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