src/pavucontrol.desktop.in | 1 + 1 file changed, 1 insertion(+) New commits: commit a36506b82e0c75506c6279ad7b768abb018a11df Author: Will Thompson <w...@willthompson.co.uk> Date: Thu Nov 7 15:46:00 2019 +0000
Add keywords to desktop file In traditional packages, including 'pavucontrol' here is redundant with Exec. However, only the first field of Exec is used as a search key, and in the Flatpak the first field is 'flatpak'. I often search for 'pavucontrol' and fail to find the app as a result. All the others are terms that seem relevant to finding this app. Most of them are borrowed from gnome-control-center's sound panel's .desktop file. diff --git a/src/pavucontrol.desktop.in b/src/pavucontrol.desktop.in index 79145ee..2a391d7 100644 --- a/src/pavucontrol.desktop.in +++ b/src/pavucontrol.desktop.in @@ -8,3 +8,4 @@ Icon=multimedia-volume-control StartupNotify=true Type=Application Categories=AudioVideo;Audio;Mixer;GTK; +_Keywords=pavucontrol;Microphone;Volume;Fade;Balance;Headset;Audio;Mixer;Output;Input; _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits