Skip to content
Commit 27c01b9b authored by Jan Blackquill's avatar Jan Blackquill 🌈
Browse files

Fix crash on pasting too soon after copying from XWayland

There seems to be an interval between when you copy something from a Wayland
client and when you attempt to paste it into an X client where m_chunks.first().first
is empty, and trying to access its .data() will cause an assertion. While we can't
really gracefully handle this situation, we can at least terminate the function early
and turn the paste operation into a noop instead of a crash.

(cherry picked from commit c6b63826)
parent 705e4fcc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment