diff options
author | rbuj <[email protected]> | 2021-10-12 11:55:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-26 11:37:36 +0200 |
commit | 0d07e873ee10228a7d79221f42713a61e68b40b0 (patch) | |
tree | 1840929457634f3cb6d5c289ea878fe907f1f636 | |
parent | 75f0e47d97aaa411a7d93315efe0b454e52ad809 (diff) | |
download | mate-media-0d07e873ee10228a7d79221f42713a61e68b40b0.tar.bz2 mate-media-0d07e873ee10228a7d79221f42713a61e68b40b0.tar.xz |
Revert Fix desktop file validation warnings
It reverts the commit 2391307, thus the application
mate-volume-control is displayed in the audio mixers section
(Applications->Sound & Video->Mixers->Sound) because of the
categories "AudioVideo;Audio;Mixer;", as well as it is also
shown in the hardware sections of Hardware section (System->
Preferences->Hardware->Sound) and control center because of
the categories "Settings;HardwareSettings;".
-rw-r--r-- | data/mate-volume-control.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mate-volume-control.desktop.in.in b/data/mate-volume-control.desktop.in.in index 3a77b8d..8cf91af 100644 --- a/data/mate-volume-control.desktop.in.in +++ b/data/mate-volume-control.desktop.in.in @@ -7,7 +7,7 @@ Icon=multimedia-volume-control Terminal=false Type=Application StartupNotify=true -Categories=GTK;AudioVideo;Audio;Mixer; +Categories=GTK;Settings;HardwareSettings;AudioVideo;Audio;Mixer; # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=MATE;volume;control;mixer;settings;sound;events; OnlyShowIn=MATE; |