Spaces are not supported in .desktop file keywords[0] as gnome-shell
splits the search term by spaces, and then prefix-matches each word separately
against the candidate keywords.
Inspired by commit 7bd8dd69cf
14 lines
680 B
Desktop File
14 lines
680 B
Desktop File
[Desktop Entry]
|
|
Name=Multitasking
|
|
Comment=Manage preferences for productivity and multitasking
|
|
Exec=gnome-control-center multitasking
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=org.gnome.Settings-multitasking-symbolic
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;DesktopSettings;X-GNOME-Settings-Panel;X-GNOME-PersonalizationSettings;
|
|
OnlyShowIn=GNOME;
|
|
# Translators: Search terms to find the Search panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
|
Keywords=Multitasking;Multitask;Productivity;Customize;Desktop;Hot;Corner;Workspaces;
|