[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-09-14 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=35

Roman Gilg  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Roman Gilg  ---
Closing again. The other bug report is on 5.13. The patch lands in 5.14.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-09-12 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=35

Alexander Mentyu  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #9 from Alexander Mentyu  ---
Reopening - bug is reproducible in duplicate

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-09-10 Thread Mayeul Cantan
https://bugs.kde.org/show_bug.cgi?id=35

Mayeul Cantan  changed:

   What|Removed |Added

 CC||mayeul.can...@live.fr

--- Comment #8 from Mayeul Cantan  ---
*** Bug 398421 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-06-11 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=35

Roman Gilg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kwi
   ||n/2694839099c3a0e9da3682569
   ||e1bd569247c3ae8

--- Comment #7 from Roman Gilg  ---
Git commit 2694839099c3a0e9da3682569e1bd569247c3ae8 by Roman Gilg.
Committed on 11/06/2018 at 20:46.
Pushed by romangilg into branch 'master'.

Remove pointer constraint on resource unbind

Summary:
A client might delete its pointer lock/confinement object. This is supposed to
directly remove the pointer lock/confinement in KWin, but did not explicitly
until now.

Test Plan:
Tested manually with Neverball, Nexuiz and the new pointer constraints test
application. The pointer constraints autotest is also appended.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: davidedmundson, graesslin, kwin

Tags: #kwin

Maniphest Tasks: T8923

Differential Revision: https://phabricator.kde.org/D13466

M  +42   -0autotests/integration/pointer_constraints_test.cpp
M  +1-1input.cpp
M  +6-3pointer_input.cpp
M  +3-1pointer_input.h

https://commits.kde.org/kwin/2694839099c3a0e9da3682569e1bd569247c3ae8

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-06-10 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=35

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #6 from Roman Gilg  ---
Potential fix: https://phabricator.kde.org/D13466

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-05-18 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=35

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #5 from Alexander Mentyu  ---
Can reproduce cursor freeze in VirtualBox
VirtualBox launched with QT_QPA_PLATFORM=xcb option

virtualbox 5.2.12-1
Plasma: 5.12.5
Apps: 18.04.0
Frameworks: 5.46.0
Qt: 5.10.1
Kernel: 4.14.41-1-MANJARO
OS: Netrunner Rolling
Video: Intel 4400
Driver: xf86-video-intel 1:2.99.917+831+ge7bfc906-1
Screen: 1600x900
wayland-protocols 1.13-1
wayland 1.14.0-1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-04-15 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=35

Martin Flöser  changed:

   What|Removed |Added

  Flags||Wayland+, X11-
  Component|wayland-generic |input

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-04-15 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=35

Rainer Finke  changed:

   What|Removed |Added

 CC||m...@rainer-finke.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-02-12 Thread Yannick
https://bugs.kde.org/show_bug.cgi?id=35

Yannick  changed:

   What|Removed |Added

 CC||leguen.yann...@gmail.com

--- Comment #4 from Yannick  ---
I can confirm this issue, on Archlinux with Plasma 5.12.0.
In my case however, the cursor is unfrozen after holding Escape for 3 seconds.

It only happens when I run Xonotic through XWayland.
When Xonotic uses the SDL Wayland backend (SDL_VIDEODRIVER=wayland), the cursor
is unfrozen as expected when closing the app.

However, with the game Neverball, pressing Escape in-game pauses the game (but
doesn't close it) and the cursor remains frozen, with both the X11 and Wayland
SDL backends.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-01-13 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=35

--- Comment #3 from Martin Flöser  ---
> Yes, the apps I have tried this on are most likely using XWayland. Could be
> wrong though.

My theory is that the pointer is after ending on another XWayland window and
XWayland doesn't remove the lock. That's something I experienced myself a few
times without finding really a pattern. But your bug report helped me get this
idea.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-01-13 Thread Ivan S
https://bugs.kde.org/show_bug.cgi?id=35

--- Comment #2 from Ivan S  ---
(In reply to Martin Flöser from comment #1)
> Are these XWayland applications?

Yes, the apps I have tried this on are most likely using XWayland. Could be
wrong though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 388885] Pointer does not unfreeze after closing an app that locks it

2018-01-12 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=35

--- Comment #1 from Martin Flöser  ---
Are these XWayland applications?

-- 
You are receiving this mail because:
You are watching all bug changes.