diff options
author | rbuj <[email protected]> | 2021-10-12 11:55:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-26 11:41:52 +0200 |
commit | 1b4cbd0aafabe805d22ad85d085a06b4c907d928 (patch) | |
tree | 78f9e3bfb3aac29ad52d8b01f1d212fea7e09a0e | |
parent | 26a863858b9632eebce2e7d1ce11ef331c30b5e4 (diff) | |
download | mate-media-1b4cbd0aafabe805d22ad85d085a06b4c907d928.tar.bz2 mate-media-1b4cbd0aafabe805d22ad85d085a06b4c907d928.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; |