[macOS] Sound in web page initiate QtWebEngineProcess as separate app in Dock
Unsolved
QtWebEngine
-
Hi,
When I open web page with sound effects (or audio playing), QtWebEngineProcess is launched with arguments: --type=utility --utility-sub-type=audio.mojo.AudioService --lang-en --service-sandbox-type=audio --no-sandbox [...].
With QtWebEngine's sandbox disabled it launched as separated application with same icon as my application (two dublicated icons in Dock).
Could you help with this?
Thanks.
-
Additional thing: before start I set environment variable QTWEBENGINE_DISABLE_SANDBOX=1.