GNOME Bugzilla – Bug 655375
Allow using drag and drop for adding wallpapers
Last modified: 2011-10-06 08:49:21 UTC
Currently it is possible to add wallpapers using the tiny "+" button. I would like being able to simply drag any image file onto the gnome-control-center Background panel. If you want to limit the drop target areas, it could be only the iconview on the left and the "computer screen" preview, but I think it would be better to make the whole panel receptive to DnD. Thanks!
*** Bug 657016 has been marked as a duplicate of this bug. ***
Is it ok if I submit a patch to solve this? Thanks!
(In reply to comment #2) > Is it ok if I submit a patch to solve this? > > Thanks! Ofcourse, please do!
Created attachment 198145 [details] [review] Patch which adds support for drag and drop for adding wallpaper Attached is a patch. I have limited the target area to "scrolledwindow1". (This behavior is similar to gnome 2.8.) Thanks!
Added a call to gtk_drag_finish() and added a few spaces before brackets (coding style). Thanks for the patch!