[Wayland-bugs] [Bug 72540] Unable to unlock Weston when context menu or tooltip exists
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 17 16:42:54 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=72540
--- Comment #6 from Kristian Høgsberg <krh at bitplanet.net> ---
There's a mesa part to this which I'll send to the mesa list for review. The
weston part is this, but doesn't by itself solve the problem.
commit 27d5fa892229ab5cf4203e563eafce41f1bdfa0e
Author: Kristian Høgsberg <krh at bitplanet.net>
Date: Fri Jan 17 16:22:50 2014 -0800
shell: Cancel popups when triggering screensaver
This is part of the fix for bug 72540. We cancel the popup grab when the
screensaver kicks in so that the screen unlock dialog can get input events.
The bigger problem is in mesa however, where we try to allocate new buffers
as cairo-gles2 does a gratuituous (but valid) eglMakeCurrent() as we
remove the tooltip or popup-menu.
Since we removed the weston_layer with the regular surfaces, EGL blocks
waiting for a frame event that never comes.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=72540
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140118/bfda613e/attachment.html>
More information about the Wayland-bugs
mailing list