Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2023 02:12:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 273931] www/firefox: Crash when trying to share screen
Message-ID:  <bug-273931-21738-seqImacDzI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273931-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273931-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273931

--- Comment #7 from Jesper Schmitz Mouridsen <jsm@FreeBSD.org> ---
(In reply to Jesper Schmitz Mouridsen from comment #6)
diff dom/media/webrtc/third_party_build/webrtc.mozbuild
dom/media/webrtc/third_party_build/webrtc.mozbuild.orig=20
22,23c22,23
<     if CONFIG['OS_TARGET'] =3D=3D 'FreeBSD':
<         DEFINES['WEBRTC_BSD'] =3D True
---
>     if CONFIG['OS_TARGET'] =3D=3D 'Linux':
>         DEFINES['WEBRTC_LINUX'] =3D True

This ensures that WEBRTC_* defines are the same across relevant directories
specifically WEBRTC_USE_PIPEWIRE, which fixes the bug. The above patched fi=
le
is included in dom/media/systemservices/moz.build. I did test shortly under
sway with guides from here
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268726>, the screencas=
t did
start, but I am new to xdg-portal- stuff, so I could not get a window picke=
r or
a stable experience..

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273931-21738-seqImacDzI>