[kwin] [Bug 377901] Window movement breaks after 49 days

2017-08-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #19 from Martin Flöser --- The copy but is a different issue and sounds a lot like a bug in Qt. Please report there. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #18 from mbeller...@ypsilon.net --- 50 days have past on my machine. $ uptime 10:54:38 up 50 days, 4 min Alt-Tab is still working. I can move and resize windows around. Nice. But copying from old windows is still broken. When I copy (mouse

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-06-30 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=377901 Martin Flöser changed: What|Removed |Added CC||mbeller...@ypsilon.net --- Comment #17 from Mar

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-05-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 Martin Gräßlin changed: What|Removed |Added Version Fixed In||5.8.7 Status|UNCONFIRMED

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-05-04 Thread Kenneth Lakin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #15 from Kenneth Lakin --- (In reply to Christian Gerloff from comment #14) > The devs help themselves by setting the initial value of > that counter very high, so a wrap occurs soon after boot: Why's that better than doing what the X serve

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-05-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 Martin Gräßlin changed: What|Removed |Added URL||https://phabricator.kde.org

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-05-02 Thread Christian Gerloff
https://bugs.kde.org/show_bug.cgi?id=377901 Christian Gerloff changed: What|Removed |Added CC||chrgerl...@gmx.net --- Comment #14 from Chr

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-29 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #13 from Martin Gräßlin --- > I would _expect_ that XCB wouldn't do something that runs contrary to the > xlib documentation's definition of basic datatypes, such as timestamps. > Maybe you've gotten bitten by just such an incompatibility, t

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-28 Thread Kenneth Lakin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #12 from Kenneth Lakin --- (In reply to Martin Gräßlin from comment #11) > That is the documentation of Xlib, but KWin uses xcb. Mostly the two > libraries match, but sometimes there are differences. Fair enough, but the XCB guide [0] says:

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-28 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #11 from Martin Gräßlin --- That is the documentation of Xlib, but KWin uses xcb. Mostly the two libraries match, but sometimes there are differences. Also a spec is one thing, the other is how the one and only X-Server behaves. Long story s

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-28 Thread Kenneth Lakin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #10 from Kenneth Lakin --- (In reply to Martin Gräßlin from comment #9) > Some additional investigation results: both moving windows and Alt+Tab > require a keyboard/pointer grab. The xTime() is going into those requests > and the documentat

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-27 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #9 from Martin Gräßlin --- Some additional investigation results: both moving windows and Alt+Tab require a keyboard/pointer grab. The xTime() is going into those requests and the documentation says: "The request fails with status InvalidTi

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-27 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 Martin Gräßlin changed: What|Removed |Added Severity|normal |critical Priority|NOR

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-27 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #8 from Martin Gräßlin --- Relevant commit in KWin is: commit d95ab94f0a664c09223cf1b6d273da41b1cb625e Author: Martin Gräßlin Date: Thu Feb 19 09:59:21 2015 +0100 Migrate away from QX11Info::appTime The porting to Qt5 broke the

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-27 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #7 from Martin Gräßlin --- 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

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-26 Thread Kenneth Lakin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #6 from Kenneth Lakin --- > We do have sanity checks there, maybe they need to be weakened. I'm 100% certain that I had uninterrupted KDE4 sessions that ran trouble-free for longer than 50 days. Best of luck in tracking down the errors. Th

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-26 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #5 from Martin Gräßlin --- Waiting for 49 from a dev running the system in a VM won't really help you. All we could know then is that we can reproduce it, that info is not worth to wait two days. The good information is the 32 bit msec time

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #4 from Christoph Feck --- 49 days are 2^32 ms, so it might be because of a timer only using 32 bit. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-26 Thread Kenneth Lakin
https://bugs.kde.org/show_bug.cgi?id=377901 Kenneth Lakin changed: What|Removed |Added CC||kennethla...@gmail.com --- Comment #3 from Kenn

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-03-21 Thread Sven-Haegar Koch
https://bugs.kde.org/show_bug.cgi?id=377901 --- Comment #2 from Sven-Haegar Koch --- As the platform of the bug says this is Debian Unstable, which at least right now still has 5.8.5. haegar@aurora:~$ kwin_x11 --replace Module 'org.kde.kwin.decoration' does not contain a module identifier direct

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-03-21 Thread Unreal Name
https://bugs.kde.org/show_bug.cgi?id=377901 Unreal Name <2112...@jeffcoschools.us> changed: What|Removed |Added CC||2112...@jeffcoschools.us