From fcf7279272de591c561bcced0694d1661f31e668 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 27 Apr 2021 14:35:17 +0200 Subject: Build fixes, test update --- run-wayland-compositor | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'run-wayland-compositor') diff --git a/run-wayland-compositor b/run-wayland-compositor index db3035d..0480ed2 100755 --- a/run-wayland-compositor +++ b/run-wayland-compositor @@ -26,7 +26,8 @@ if [ -z "$XDG_RUNTIME_DIR" ]; then export XDG_RUNTIME_DIR=$HOME fi -xvfb-run -s "-screen 0 1600x1200x24" -n 80 mutter --wayland --nested & +. xvfb-run -s "-screen 0 1600x1200x24" -n 80 mutter --display=:80 --wayland --nested & +export DISPLAY=:80 if [ -z "$WAYLAND_DISPLAY" ] ; then export WAYLAND_DISPLAY=wayland-0 @@ -45,3 +46,5 @@ until [ $retry_count -gt $max_retries ]; do sleep 2 fi done + +env | grep "DISPLAY" -- cgit