GNOME Bugzilla – Bug 590184
use correct Name and GenericName in desktop file
Last modified: 2009-09-05 07:13:31 UTC
As discussed in various places we shouldn't use the generic name in the name field in the desktop files: http://lists.freedesktop.org/archives/xdg/2009-July/010807.html We should also have consistency between the Name field, the name used in the titlebar, the name used in the application menu (gnome-shell, or OS X), the about box, and the documentation. Also see http://live.gnome.org/GnomeGoals/CorrectGenericName . Can we change the name and generic name in the desktop file to reflect this? Name = Rhythmbox GenericName = Music Player
As pointed here: http://live.gnome.org/GnomeGoals/CorrectDesktopFiles and http://mail.gnome.org/archives/desktop-devel-list/2009-August/msg00117.html , I think It's better: _Name=Rhythmbox _GenericName=Music Player _X-FullName=Rhythmbox Music Player
Created attachment 141805 [details] [review] Fix .desktop file It was finally decided to use X-GNOME-FullName, as the key is GNOME specific
committed, thanks.