Original request
Not available. A worker found this while attaching screenshots to a pull request on a Linux host, and the coordinator is filing it.
Problem
On Linux, the Chrome driver can't start. scripts/drivers/chrome.mjs:27 hardcodes the macOS path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome, and nothing overrides it. When the Orca driver also can't be used (its browser is signed out, exit 4), mint.sh has no working driver, so workers on Linux hosts can't attach images.
Evidence
scripts/drivers/chrome.mjs:27: const CHROME = "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";
- The worker's report: "the Orca driver reports its browser signed out of GitHub, exit 4; the Chrome driver hardcodes
/Applications/Google Chrome.app/...".
Acceptance criteria
Original request
Not available. A worker found this while attaching screenshots to a pull request on a Linux host, and the coordinator is filing it.
Problem
On Linux, the Chrome driver can't start.
scripts/drivers/chrome.mjs:27hardcodes the macOS path/Applications/Google Chrome.app/Contents/MacOS/Google Chrome, and nothing overrides it. When the Orca driver also can't be used (its browser is signed out, exit 4),mint.shhas no working driver, so workers on Linux hosts can't attach images.Evidence
scripts/drivers/chrome.mjs:27:const CHROME = "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";/Applications/Google Chrome.app/...".Acceptance criteria