After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735889 - dnd: drop-on-root problems
dnd: drop-on-root problems
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-09-02 13:36 UTC by Matthias Clasen
Modified: 2015-12-03 18:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2014-09-02 13:36:01 UTC
Wayland doesn't seem to have any support for dropping on 'root' - ie outside of any client.
Comment 1 Carlos Garnacho 2014-09-02 15:14:34 UTC
Hmm, right. It's true that's not specified anywhere. Definitely nothing prevents the compositor from acting as a peer in wl_data_device operations, so in principle it should be possible to have it accept the target "application/x-rootwindow-drop" if it is one of the offered types.
Comment 2 Matthias Clasen 2015-12-03 18:15:20 UTC
Lets close this for now. I don't know that we actually need this for anything. Creating new windows by dragging notebook tabs works fine as-is.