Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit 376e6d7

Browse files
committed
fix: xvfb
1 parent 751ac05 commit 376e6d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows-create-installer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ XVFB_PID=$(pgrep -f "Xvfb $DISPLAY -screen 0 1024x768x16")
3232

3333
# Start Xvfb to provide a virtual display if it's not already running
3434
if [ -z "$XVFB_PID" ]; then
35+
rm -f /tmp/.X${DISPLAY/:/}-lock
3536
info "Starting Xvfb for headless Wine operation..."
36-
Xvfb $DISPLAY -screen 0 1024x768x16 & XVFB_PID=$! > /dev/null 2>&1 || true
37+
Xvfb $DISPLAY -screen 0 1024x768x16 & XVFB_PID=$!
3738
sleep 2 # Wait for Xvfb to start
3839
fi
3940

0 commit comments

Comments
 (0)