GNOME Bugzilla – Bug 126035
locked launchers can't be drag'n'dropped
Last modified: 2015-03-24 13:00:56 UTC
Locked application launcher icons on the panel cannot be drag and dropped to create a duplicate of them on the desktop. I have to unlock them to drag them and drop on the desktop, which creates a copy of them and leaves the panel icon unchanged. I think this should work without unlocking the launcher.
Created attachment 26287 [details] [review] proposed patch
Comment on attachment 26287 [details] [review] proposed patch This looks like it allows applets to be moved about on the panel with DnD when the applet is locked. What the bug is about is allowing *copy* DnDs to the desktop when the applet is locked, not all DnD
Mass changing: milestone 2.12.x => milestone 2.14.x
*** Bug 332284 has been marked as a duplicate of this bug. ***
*** Bug 337278 has been marked as a duplicate of this bug. ***
Still present in 2.22, was just about to report it myself... ping?
My (possibly naive) suggestion would be that, like other more conventional drag and drop operations, the validity of the drag ought be checked on the button release event, not on the button down event. This would allow you to check whether the user was trying to move the launcher within the panel, or just copy it to the desktop (or even to another panel).
I removed the locked flag for 3.0, since it's not really needed anymore.