From a36506b82e0c75506c6279ad7b768abb018a11df Mon Sep 17 00:00:00 2001
From: Will Thompson <will@willthompson.co.uk>
Date: Thu, 7 Nov 2019 15:46:00 +0000
Subject: [PATCH] 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.
---
 src/pavucontrol.desktop.in | 1 +
 1 file changed, 1 insertion(+)

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;
-- 
GitLab