-
Notifications
You must be signed in to change notification settings - Fork 623
Fixing QtWebEngine Black/not-rendered Timeline #4787
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
Conversation
…y to run WebEngine correctly (instead of a black box)
From the docs, this looks good. Merge away |
@dogmatic69 Hi, could you include what OS you're using, your log files, and any other info on your setup? That way we can start figuring out what's going wrong there. |
The logs with
|
If you want more, just give me some specific commands / places to colled logs 👌🏻 |
@dogmatic69 This fix is in our daily builds, but hasn't made it to our release version yet. You can get daily builds here: https://www.openshot.org/download/ |
no, not used a daily build the release has been unstable enough :D When's the next release? |
I can't say for certain. We've got a few more big improvements that we'd like to finish before we release again. |
I can confirm that this specific issues appears to be fixed with the latest Daily at the moment I am posting this. |
Disable sandbox support for QtWebEngine (required on some Linux distros for the QtWebEngineWidgets to be rendered, otherwise no timeline is visible). This was initially reported on OpenSUSE and the latest Ubuntu 22.04.
https://doc.qt.io/qt-5/qtwebengine-platform-notes.html#sandboxing-support
Closes #4676