From e619699660052f6a6b7383367014865c68e7d281 Mon Sep 17 00:00:00 2001 From: Seth Freiberg Date: Wed, 29 Apr 2026 11:39:10 -0400 Subject: [PATCH] chore: add xvfb to deps-debian.sh (required by build-appimages smoke tests) build-appimages.sh T3/T4 smoke tests start Xvfb automatically when no DISPLAY is set. Without xvfb in the deps array, a clean Debian/Ubuntu host would pass the dep check but fail at smoke-test time. Co-Authored-By: Claude Sonnet 4.6 --- scripts/lib/deps-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/deps-debian.sh b/scripts/lib/deps-debian.sh index 84eec25..2be5521 100755 --- a/scripts/lib/deps-debian.sh +++ b/scripts/lib/deps-debian.sh @@ -21,6 +21,7 @@ SETHLABELS_DEPS=( file dpkg-dev fakeroot wget bats + xvfb ) # Detect sourced vs. executed.