Spaces aren’t supported in .desktop file keywords, as gnome-shell splits the search term by spaces, and then prefix-matches each word separately against the candidate keywords. So a search term of ‘parental’ would match the ‘Parental Controls’ keyword, but a search term of ‘parental controls’ would not, as ‘controls’ doesn’t prefix-match anything. Avoid that by removing spaces from the keywords. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: https://gitlab.freedesktop.org/pwithnall/malcontent/-/issues/48
14 lines
649 B
Desktop File
14 lines
649 B
Desktop File
[Desktop Entry]
|
|
Name=Users
|
|
Comment=Add or remove users and change your password
|
|
Exec=gnome-control-center system users
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=org.gnome.Settings-users-symbolic
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;X-GNOME-SystemSettings;
|
|
OnlyShowIn=GNOME;Unity;
|
|
# 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;Parental;Restrictions;Usage;Kid;Child;
|