From a9d7a65d828cd37a1b269eaebe35f2d8dd706ca2 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Wed, 26 Jun 2024 12:15:09 +0000 Subject: [PATCH] desktop: Match the name in the appstream file With the addition of the appstream file, the app is showing up in Flathub and software apps (like GNOME Software) as "Volume Control", but on the desktop (using the Desktop file), it's showing up differently as "PulseAudio Volume Control", which is confusing. Like commit be02260941 mentions, there are some guidelines for naming apps which prefer the shorter "Volume Control" more than "PulseAudio Volume Control". It also helps for example GNOME users who get an ellipsized name in GNOME Software and the GNOME desktop. To make sure people still get a hit on "PulseAudio" when searching for the app, let's add that specifically to the tags. That should prevent search from breaking in a lot of cases. Part-of: --- src/org.pulseaudio.pavucontrol.desktop.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org.pulseaudio.pavucontrol.desktop.in b/src/org.pulseaudio.pavucontrol.desktop.in index 0298219..36b43da 100644 --- a/src/org.pulseaudio.pavucontrol.desktop.in +++ b/src/org.pulseaudio.pavucontrol.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] Version=1.0 -Name=PulseAudio Volume Control +Name=Volume Control GenericName=Volume Control Comment=Adjust the volume level Exec=pavucontrol @@ -8,4 +8,4 @@ Icon=multimedia-volume-control StartupNotify=true Type=Application Categories=AudioVideo;Audio;Mixer;GTK;Settings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings; -Keywords=pavucontrol;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences; +Keywords=pavucontrol;PulseAudio;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences;