#! /bin/sh srcdir=${MESON_CURRENT_SOURCE_DIR:-./testsuite/headless} export GTK_A11Y=none export GIO_USE_VFS=local dbus-run-session sh <&mutter.log & mutter_pid=\$! export WAYLAND_DISPLAY=gtk-test export GDK_BACKEND=wayland python3 ${srcdir}/headless-monitor-tests.py status=\$? kill \$mutter_pid kill \$wireplumber_pid kill \$pipewire_pid exit \$status EOF