https://bugs.kde.org/show_bug.cgi?id=495758
--- Comment #10 from Heiko Becker <heiko.bec...@kde.org> --- Git commit e8454b7b4458668a788158fed07ca559d4022878 by Heiko Becker. Committed on 20/11/2024 at 21:47. Pushed by heikobecker into branch 'Plasma/6.2'. plasmawindowed: Use shared contexts analogue to plasmashell This fixes loading applets using QtWebEngine, which otherwise may complain about something like this: "QtWebEngineQuick::initialize() must be called from the Qt gui thread." According to Qt's docs [1] setting the Qt::AA_ShareOpenGLContexts attribute before constructing a QGuiApplication, has the same effect as QtWebEngineQuick::initialize() and avoids pulling in the humongous dependency. For plasmashell it has been introduced with 6c1c6b86db07348b636c39ee344a12570e4e322c. [1] https://doc.qt.io/qt-6/qtwebenginequick.html (cherry picked from commit a23432f218f9a4094f31e31ea1c109464cb5bf04) M +1 -0 plasma-windowed/main.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/e8454b7b4458668a788158fed07ca559d4022878 -- You are receiving this mail because: You are watching all bug changes.