diff options
author | Arun Raghavan <arun@asymptotic.io> | 2022-01-15 13:45:00 -0500 |
---|---|---|
committer | Arun Raghavan <arun@asymptotic.io> | 2022-01-15 13:45:17 -0500 |
commit | 964f2987a46aa984d9ba83369b1f27c0bb28e9af (patch) | |
tree | 988d9ff79a4960dec732ac8ae3eabaf9f55bcfff /src | |
parent | 805d6522c6c161f7bf30c859d39678011b359f31 (diff) |
Fix warning in .desktop file
With the underscore, we got:
../src/pavucontrol.desktop.in:12:0: warning: invalid non-blank line
Diffstat (limited to 'src')
-rw-r--r-- | src/pavucontrol.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pavucontrol.desktop.in b/src/pavucontrol.desktop.in index 7499e2e..0298219 100644 --- a/src/pavucontrol.desktop.in +++ b/src/pavucontrol.desktop.in @@ -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;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences; |