GNOME Bugzilla – Bug 738087
nautilus-file-operations: Use mount name if available
Last modified: 2014-10-09 08:46:01 UTC
See patch
Created attachment 287960 [details] [review] nautilus-file-operations: Use mount name if available Currently custom_basename_to_string uses the base name or display name of the files for the copying and moving dialog. In the cases of unlabeled removable drives, the name is a code, showing in the dialog a not very friendly name. gtkplacessidebar and nautilus-pathbar uses the mount name retrieved by g_mount_name if available. Use that fir the operations dialogs as well to display a more friendly name to the user and to be consistent with the sidebar and pathbar name.
Review of attachment 287960 [details] [review]: Thanks, looks good!
Thanks for review Attachment 287960 [details] pushed as 7c31e77 - nautilus-file-operations: Use mount name if available