Seems like thumbnails for windows are broken, I see this in my terminal output : plasma_shell(9320)/default QSGRenderContext::initialize: QSGContext::initialize: stencil buffer support missing, expect rendering errors plasma_shell(9320)/default QSvgTinyDocument::draw: Couldn't find node shadow. Skipping rendering. plasma_shell(9320)/default StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application plasma_shell(9320)/default StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application plasma_shell(9320)/default StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application plasma_shell(9320)/default QXcbConnection::handleXcbError: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3454, resource id: 0, major code: 142 (Unknown), minor code: 1 plasma_shell(9320)/default QXcbConnection::handleXcbError: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 3455, resource id: 0, major code: 143 (Unknown), minor code: 1 plasma_shell(9320)/default QXcbConnection::handleXcbError: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3456, resource id: 0, major code: 2 (ChangeWindowAttributes), minor code: 0 Reproducible: Always Steps to Reproduce: 1. Hover over entry in taskbar 2. Window thumbnail is black I'm on git hash 6d88ac8
Probably a dupe of bug 334331 or bug 334241, CC'ing Martin.
the badWindow and BadDrawable errors are fixed as of 491befb8508095da3579409a5b81b0d96bb18a06 in plasma-framework. I assume the root problem might be: "QSGRenderContext::initialize: QSGContext::initialize: stencil buffer support missing, expect rendering errors" - not much we can do about that.
may be duplicate of bug 334331 ?
That's why I mentioned it in comment #1 :).
I cherry picked 491befb8508095da3579409a5b81b0d96bb18a06 and rebuilt my neon5 package with that patch and I still have the issue.
the bug sounds related to bug #334241
*** This bug has been marked as a duplicate of bug 334241 ***