Commit 15eaceb
fix: restore --ozone-platform=x11 default in package.json (IsmaelMartinez#2511)
PR IsmaelMartinez#2509 ("docs(roadmap): capture 2026-05-07 ozone-platform default reset
session") accidentally bundled a package.json change that flipped the flag
from =x11 to =auto. =auto is not a valid value for --ozone-platform —
Chromium aborts with `FATAL:ui/ozone/platform_selection.cc:46 Invalid ozone
platform: auto`, making every build cut from main since 2026-05-07
unlaunchable on every distro and packaging format.
Restore the working =x11 default. The proper "remove the flag entirely and
let Chromium auto-detect per session" direction is being handled separately
on IsmaelMartinez#2506; this is the minimum patch to keep main releasable until that lands.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent edd1fe0 commit 15eaceb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments