https://bugs.kde.org/show_bug.cgi?id=377901
--- Comment #7 from Martin Gräßlin <mgraess...@kde.org> --- We do have the following code: void setX11Time(xcb_timestamp_t timestamp) { if (timestamp > m_x11Time) { m_x11Time = timestamp; } } this means if the timestamp wraps around we will never update again. And the x11Time is used for various checks. So this is clearly fishy. I need to check in our git log why we did the sanity checking here, but I'm sure there is a good reason for it. -- You are receiving this mail because: You are watching all bug changes.