https://bugs.kde.org/show_bug.cgi?id=455575
--- Comment #37 from Nate Graham <n...@kde.org> --- Thanks, that's very valuable info. This is starting to make sense because the init function that now no longer gets run includes a workaround for an upstream NVIDIA+Wayland bug, which re-exposed the upstream bug. So we have a few options for how to fix this: - Re-add the code that runs the workaround - Work around the upstream bug in a different way in KWin - Work with our NVIDIA contacts to try to get the upstream bug fixed... upstream! This is also a good lesson on the value of code comments. If any of those removed lines of code had a nearby comment saying "this includes workarounds for such-and-such bug; don't remove it unless they're fixed" then they might not have gotten removed as part of an innocent-looking refactor. -- You are receiving this mail because: You are watching all bug changes.