https://bugs.kde.org/show_bug.cgi?id=485927
--- Comment #25 from Blazer Silving <breakingsp...@gmail.com> --- (In reply to David Edmundson from comment #24) > Blazer, can you try cherry-picking the commit from: > work/d_ed/animation_driver in kwin. > > I wrote it ages ago, when looking into the same issue, but it all looked the > same to me. You might have a better eye for this sort of thing Thanks for the pointer, I believe it's this commit: https://invent.kde.org/plasma/kwin/-/commit/7fdcfb89cfbb4b54a4715c34449e0d0896278f5a. However it only seems to be a cross-check regarding the kwin animationDuration value when kwinrc changes were made back then, this issue is more related to the timer/tick counter. It didn't seem to make a difference when using unpatched qt6-base. The findings in Brandon Wright's post are spot-on, a legacy kwin tick/timer must be acting up. Inspecting and unifying the timer(s) seems like the best approach so far, but it may be more difficult to test in a debugging session due to the high framerate required to replicate the issue. -- You are receiving this mail because: You are watching all bug changes.