GNOME Bugzilla – Bug 317962
Path bar and side pane should not show [home][Home]
Last modified: 2005-12-18 02:27:52 UTC
I just committed a patch to GTK+ so that both the file chooser's path bar and the shortcuts bar won't show "Home", but rather the actual folder name for your $HOME. This nicer as you don't get [/][home][Home] in the path bar, and it's also what MacOS does :) Attached is a patch to make Nautilus do the same thing, for consistency.
Created attachment 53034 [details] [review] nautilus-consistent-home-folder-name.diff
Confirming. Please also send the patch to nautilus-list for review.
Committed to HEAD per Alex's approval. 2005-12-01 Federico Mena Quintero <federico@ximian.com> Fixes bug #317962: * src/nautilus-pathbar.c (get_dir_name): Don't special-case the name for $HOME; just let it be the actual display name of the folder on disk. * src/nautilus-places-sidebar.c (update_places): Likewise, to make this consistent.
*** Bug 311340 has been marked as a duplicate of this bug. ***