From 46e3f0d084bda5c9290f42130bda7c6ffde05983 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 6 Jun 2026 14:22:07 -0400 Subject: [PATCH] Make sure GUI DISPLAY is set. --- x86_64/qemu-boot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x86_64/qemu-boot.sh b/x86_64/qemu-boot.sh index ddf751c..46a9bf2 100755 --- a/x86_64/qemu-boot.sh +++ b/x86_64/qemu-boot.sh @@ -41,6 +41,9 @@ checkDependencies() { fi } +# make sure we are in a GUI +DISPLAY="${DISPLAY:-:0}" + # Parse command line arguments bootInstalled=false while getopts "ih" opt; do