You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: explicitly set DISPLAY env var for Tauri binary on Linux
Diagnostics revealed that the DISPLAY environment variable was not
being propagated from the xvfb-run wrapper through ChromeDriver to
the Tauri binary, causing GTK to fail with "cannot open display" errors.
This commit adds explicit DISPLAY environment variable configuration
in Chrome options, ensuring the Tauri binary can access the X server
when running in CI environments with xvfb.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments