GNOME Bugzilla – Bug 138979
DnD for non-Latin1 filenames fails
Last modified: 2004-12-22 21:47:04 UTC
Drag a file containing non-Latin1 characters from a GThumb window to Konqueror or Nautilus. Reason: Characters out of the standard URL range should be URL-escaped in text/uri-list. Solution: Use gnome_vfs' local file to url function. See attached patch.
Created attachment 26294 [details] [review] Patch Uses the correct gnome_vfs function to produce the text/uri-list. Fixes support for text/plain (should be locale-encoded) and adds text/plain;charset=UTF-8. Removes unnecessary string comparisons. In drag_data_get, you can use the 'info' argument as the target_id.
patch applied, thank you.