diff options
author | Niels De Graef <nielsdegraef@gmail.com> | 2024-06-26 12:15:09 +0000 |
---|---|---|
committer | Niels De Graef <nielsdegraef@gmail.com> | 2024-06-26 12:15:09 +0000 |
commit | a9d7a65d828cd37a1b269eaebe35f2d8dd706ca2 (patch) | |
tree | 0664d44bfd50c316f9c9d588b943f8c91cfe9199 /src | |
parent | 88d08bce94f2f041049d489c0b685cabf59fbe4e (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/org.pulseaudio.pavucontrol.desktop.in | 4 |
1 files 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; |