[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-13 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #14 from Daniel <86d...@gmail.com> --- I am unfortunately not able to replicate the issue consistently. I can get it to happen frequently with the following procedure, but it's definitely not always the case: 1. I move the pointer to the bot

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #13 from Thomas Lübking --- We should first ensure this is the cause and ideally figure why the image request fails (in case) - you could easily run into this as initial case (so there's no cursorimage to stick with) Can you spot a pattern?

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-13 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #12 from Daniel <86d...@gmail.com> --- Thanks, I see. To preserve the tracking mode, could we instead use the previous cursor image if the call to get a new one fails? I have no idea why the call would fail, but if it succeeds again soon the

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #11 from Thomas Lübking --- PS, the warning would show up when the mode resets, not when restarting KWin. You may also need to explicitly enable effects debug out, but I don't see the string for the category, ie. it's probably not configurab

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #10 from Thomas Lübking --- Because it's the only mode where the visual pointer position matches the actual one. If we cannot replace the pointer with an image, we cannot scale it nor show it off-place. -- You are receiving this mail becau

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-13 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #9 from Martin Gräßlin --- no the pasted errors are not related, they are from GetGeometry calls. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-13 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #8 from Daniel <86d...@gmail.com> --- Restarting kwin shows a few errors like these> QMetaProperty::read: Unable to handle unregistered datatype 'KWayland::Server::SurfaceInterface*' for property 'KWin::Toplevel::surface' QXcbConnection: XCB

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-11 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #7 from Thomas Lübking --- We'll likely fail to create a cursor pixmap - no idea why that would happen "after some time™" only. run "kwin_x11 --replace &" from konsole and watch the output - should say "Falling back to proportional mouse tra

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-11 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #6 from Daniel <86d...@gmail.com> --- You are right, there is a difference with qdbus. When I first ran it with correct settings, there is a line that says mouseTracking: 2. Now after awhile it reads mouseTracking: 0. I don't know exactly w

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #5 from Martin Gräßlin --- the support information should include the runtime settings for zoom as well. Please run: qdbus org.kde.KWin /KWin supportInformation once when it's working in zoom, and once when it's not working. Ideally there

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-10 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #4 from Daniel <86d...@gmail.com> --- Here is my kvimrc: [Compositing] OpenGLIsUnsafe=false [Effect-Zoom] MouseTracking=2 [Plugins] invertEnabled=true [manjaro@manjaro .config]$ cat kwinrc [Compositing] OpenGLIsUnsafe=false [Effect-Zoom]

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-10 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #3 from Thomas Lübking --- can you please attach ~/.config/kwinrc ? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-10 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 --- Comment #2 from Daniel <86d...@gmail.com> --- For me the setting is applied immediately, but after a few minutes reverts by itself. If I log out, the setting is proplerly "Push" again, but after a couple of minutes... reset itself. -- You are recei

[kwin] [Bug 362898] KWin Zoom seems to "forget" settings

2016-05-10 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898 Thomas Lübking changed: What|Removed |Added Severity|major |normal --- Comment #1 from Thomas Lübking ---