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 744813 - Home folder on desktop not capitalized like other desktop icons (e.g., "Trash")
Home folder on desktop not capitalized like other desktop icons (e.g., "Trash")
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Desktop
3.15.x
Other Linux
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-19 18:56 UTC by holmja
Modified: 2015-02-28 20:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to change "home-icon-name" from empty string to "Home". (1.43 KB, patch)
2015-02-19 18:56 UTC, holmja
accepted-commit_now Details | Review

Description holmja 2015-02-19 18:56:33 UTC
Created attachment 297295 [details] [review]
Patch to change "home-icon-name" from empty string to "Home".

In GNOME Classic mode or when the desktop icons are turned on using Tweak Tools (or some other method), the home folder on the desktop is labelled "home" while the other icons (e.g., "Trash") all start with a capital letter. It is a minor inconsistency, but modifying the "home-icon-name" setting in libnautilus-private/org.gnome.nautilus.gschema.xml.in makes it so it displays as "Home". I've attached a patch that makes that change.
Comment 1 Carlos Soriano 2015-02-23 10:43:35 UTC
Review of attachment 297295 [details] [review]:

I don't know why it was not like that before. But sure, thanks for the fix!
Comment 2 holmja 2015-02-28 19:41:53 UTC
Great, thanks. I don't have commit access, so is there anything I need to do to get this patch pushed to the repo, or do I just wait?
Comment 3 Carlos Soriano 2015-02-28 20:25:38 UTC
Pushed with some style fixes in the commit message.