From 94ee29b9d541e7fa479756719220ab1adabfe9d6 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 27 Sep 2024 22:48:22 -0500 Subject: explicitly set display --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index cd5e2ec..3f293a6 100755 --- a/test +++ b/test @@ -1,7 +1,7 @@ #!/bin/sh Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & -DISPLAY=:99 +set DISPLAY=:99 msiexec /i lua4win.msi & -- cgit v1.2.3-55-g6feb