From 5e7b5d0d1316e128d9cc81f5d1ebd9413a7ba6ed Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 May 2026 02:44:52 +0300 Subject: [PATCH] =?UTF-8?q?release.yml:=20add=20xauth=20=E2=80=94=20xvfb-r?= =?UTF-8?q?un=20requires=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xvfb-run wraps wine in a fake X display, but it shells out to xauth to set up the cookie. xauth isn't part of the xvfb package on Debian trixie. Add it explicitly. Failure: 'xvfb-run: error: xauth command not found' (run #7, task 8). Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 24cd967..455f9e2 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -79,7 +79,7 @@ jobs: # the whole interactive installer through Wine + Xvfb (which failed # silently in the previous iteration). DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - wine wine64 innoextract xvfb curl ca-certificates \ + wine wine64 innoextract xvfb xauth curl ca-certificates \ >/dev/null export WINEPREFIX="$HOME/.wine" export WINEDLLOVERRIDES="mscoree,mshtml="