Skip to content

frames: Disable XDND support on the frame window

Sebastian Keller requested to merge skeller/mutter:fix-qt-xdnd into main

All X11 surfaces created by gtk4 claim to support XDND via the XdndAware property. This was leading some clients, e.g. Qt, to consider the frame window as drop target instead of the client window.

Avoid this issue by removing the XdndAware property again after gtk has created the surface.

Closes: #2715 (closed)

Merge request reports