After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 738087 - nautilus-file-operations: Use mount name if available
nautilus-file-operations: Use mount name if available
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-07 13:10 UTC by Carlos Soriano
Modified: 2014-10-09 08:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
nautilus-file-operations: Use mount name if available (1.99 KB, patch)
2014-10-07 13:10 UTC, Carlos Soriano
committed Details | Review

Description Carlos Soriano 2014-10-07 13:10:18 UTC
See patch
Comment 1 Carlos Soriano 2014-10-07 13:10:20 UTC
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.
Comment 2 Cosimo Cecchi 2014-10-07 16:14:48 UTC
Review of attachment 287960 [details] [review]:

Thanks, looks good!
Comment 3 Carlos Soriano 2014-10-09 08:45:57 UTC
Thanks for review

Attachment 287960 [details] pushed as 7c31e77 - nautilus-file-operations: Use mount name if available