GNOME Bugzilla – Bug 479351
Dragging a file to desktop doesn't work
Last modified: 2015-02-15 09:22:33 UTC
This should uncompress dragged items onto desktop. Icon should be placed where dropped. Other information:
Uncompressing by drag&drop works fine with my 2.22.3.
Ziga, is this still an issue in 2.24 or 2.26?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
This issue is still present. Bug is in get_xds_atom_value() function. Function gdk_property_get() returns actual length of the returned data, but this length is ignored. So, this value can contain garbage after end of the data. Patch fixing this problem (against 2.32 version) is attached.
Created attachment 296809 [details] [review] patch against 2.32 version This is the patch against 2.32 is attached. It still applies to 3.15.2
Patch applied to master, thanks.