[Bug 278413] www/chromium: --headless seems to be broken
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278413] www/chromium: --headless seems to be broken"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 14:30:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278413 --- Comment #2 from openjdk@getsnappy.com --- Created attachment 255140 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255140&action=edit adding BUILDFLAG(IS_BSD) fixes the issue It looks like chromium added a new #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) when the moved to the new headless mode. I added BUILDFLAG(IS_BSD) to this check and chrome --headless now works as expected. -- You are receiving this mail because: You are the assignee for the bug.