Auto-Submit | +1 |
void ChromeBrowserMainExtraPartsLinux::InitOzonePlatformHint() {
this function
1. doesn't have anything to do with initializing the ozone platform hint
2. isn't used anywhere, so it's removed anyway
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove OzonePlatformHint
The new behavior is the same as if --ozone-platform-hint=auto is always
passed.
Cq-Include-Trybots: luci.chromium.try:linux-wayland-mutter-rel
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi! We've encountered a change in behavior in the wild [1], and I think it comes from this CL. I wonder whether that's intended change, and if not - would like to bring it to your attention.
It seems like previously on some Ubuntu 24 setups, ozone platform would default to x11, but after this CL it would be wayland.
The exact way it manifests for the user is: setting `DISPLAY` env is now ignored, unless you explicitly pass `--ozone-platform=x11`.
Please let me know whether that's expected. Thank you!
[1] https://github.com/microsoft/playwright/issues/37236#issuecomment-3247645567
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |