-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[beta] QtWebEngine 6.4 test builds #226
base: beta
Are you sure you want to change the base?
Conversation
Started test build 98742 |
Build 98742 failed |
bot, build org.qutebrowser.qutebrowser |
Queued test build for org.qutebrowser.qutebrowser. |
Started test build 98762 |
Build 98762 failed |
Started test build 98763 |
Build 98763 successful
|
Started test build 100311 |
Build 100311 was cancelled |
I canceled the test build, as it looks like the CI's backlog is quite long due to failing instances that were not cleaned. This is a ~90min build run, so lets others use the current limited CI resources, and re-build later tonight. |
bot, build org.qutebrowser.qutebrowser |
Queued test build for org.qutebrowser.qutebrowser. |
Started test build 100357 |
Build 100357 successful
|
Generate test builds with the current development releases of QtWebEngine 6.4 (Chromium 98), so users can try them and report back.
Already known regression is the addition of
--webEngineArgs
that needs to be set before any other WebEngine flag, i.e.--qt-flag webEngineArgs
, and out-of-the-box enabled features that are set via a WebEngine flag won't work without explicitly setting the relevant flag afterwebEngineArgs
.For example, to have PipeWire screen sharing working, you would need to add
WebRTCPipeWireCapturer
afterwebEngineArgs
, so the command to launch qutebrowser will look something like this: