https://bugs.kde.org/show_bug.cgi?id=510866
--- Comment #4 from redford <[email protected]> --- (In reply to Nate Graham from comment #2) > static bool vendorIsNVidia() > { > QOffscreenSurface surface; > surface.create(); > [now it hangs for you] btw. I think it actually hangs later, during the destructor call at function return (https://github.com/KDE/plasma-workspace/blob/v6.4.5/shell/panelview.cpp#L154), because it hangs in the QOpenGLContext destructor: 153 return false; --> 154 } 155 -- You are receiving this mail because: You are watching all bug changes.
