gnome-user-accounts-panel.desktop has some differences in "Categories" in comparison to other desktop files provided by gnome-control-center for no obvious reason. Add "GNOME" and "GTK" categories, which are used in all other desktop files. Remove "System" and use just "Settings" main category. This among others prevents the following output from desktop-file-validate: /usr/share/applications/gnome-user-accounts-panel.desktop: hint: value "System;Settings;X-GNOME-Settings-Panel;X-GNOME-DetailsSettings;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu All other desktop files uses just the "Settings" main category. But maybe this is totally useless patch, because it seems that GNOME Shell do not care about the most of categories and GNOME Classic do not show those desktop files in menus at all.
19 lines
783 B
Text
19 lines
783 B
Text
[Desktop Entry]
|
|
Name=Users
|
|
Comment=Add or remove users and change your password
|
|
Exec=gnome-control-center user-accounts
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=system-users
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;X-GNOME-DetailsSettings;
|
|
OnlyShowIn=GNOME;Unity;
|
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
X-GNOME-Bugzilla-Product=gnome-control-center
|
|
X-GNOME-Bugzilla-Component=user-accounts
|
|
X-GNOME-Bugzilla-Version=@VERSION@
|
|
X-GNOME-Settings-Panel=user-accounts
|
|
# Translators: Search terms to find the Users panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
|
Keywords=Login;Name;Fingerprint;Avatar;Logo;Face;Password;
|