src/org.pulseaudio.pavucontrol.desktop.in

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 3 11:57:31 UTC 2024


 src/org.pulseaudio.pavucontrol.desktop.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a9d7a65d828cd37a1b269eaebe35f2d8dd706ca2
Author: Niels De Graef <nielsdegraef at gmail.com>
Date:   Wed Jun 26 12:15:09 2024 +0000

    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: <https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/97>

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;



More information about the pulseaudio-commits mailing list