This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Application Name Guidelines

The goal here is to provide useful guidance for the proper use of application names in GNOME 3.

Discussion

Guidelines

General

.Desktop Files

Examples

General

.Desktop Files

Example 1: ''Rhythmbox''

[Desktop Entry]
_Name=Rhythmbox Music Player
_GenericName=Music Player

the goal would be to have:

[Desktop Entry]
_Name=Rhythmbox
_GenericName=Music Player
_X-GNOME-FullName=Rhythmbox Music Player

Example 2: When Name == GenericName is better to remove GenericName

[Desktop Entry]
_Name=Music Player
_GenericName=Music Player

the goal would be to have:

[Desktop Entry]
_Name=Music Player

See Also


2024-10-23 11:03