mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
b3eac93c4c
There may be other windows managing selection whose events are seen in our GDK event filter, like st-clipboard in gnome-shell, we should in that case not interfere on Selection/SelectionRequest events that are not meant for us. This fixes an odd feedback loop where requesting clipboard contents from wayland results in a XConvertRequest call and a SelectionRequest event that is interpreted by mutter as a request from another X11 client, so the current data source is poked for content, which happens to be the X11 bridge, which does a XConvertRequest to get contents... This is only broken after the many nested async operations create enough pipes and cancellables to run out of fds. Adding checks to ensure only events meant to our "selection owner" window are managed prevent this unintended loop to happen in the first place. https://bugzilla.gnome.org/show_bug.cgi?id=760745 |
||
---|---|---|
clutter | ||
cogl | ||
data | ||
doc | ||
po | ||
src | ||
tools | ||
.gitignore | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
mutter.doap | ||
NEWS |