diff options
| author | infirit <[email protected]> | 2014-01-06 14:35:17 +0100 | 
|---|---|---|
| committer | infirit <[email protected]> | 2014-01-06 14:35:17 +0100 | 
| commit | 74d2969b18cc20ef4b0c4bee06f1b7ff21bc80fc (patch) | |
| tree | 911d1dad95370d1378fdc830919af07987740c75 | |
| parent | d4bc4e7ecd3c88f16a1a46fc8e2900b5b6faf90d (diff) | |
| download | mate-utils-74d2969b18cc20ef4b0c4bee06f1b7ff21bc80fc.tar.bz2 mate-utils-74d2969b18cc20ef4b0c4bee06f1b7ff21bc80fc.tar.xz | |
Remove MATE from category in dor desktop files.
 * QA Notice: This package installs one or more .desktop files that do not
 * pass validation.
 *
 * 	/usr/share/applications/mate-dictionary.desktop: error: value
"MATE;GTK;Office;Dictionary;" for key "Categories" in group "Desktop Entry" contains an
unregistered value "MATE"; values extending the format should start with "X-"
 * 	/usr/share/applications/mate-screenshot.desktop: error: value "GTK;MATE;Utility;" for key
"Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the
format should start with "X-"
 * 	/usr/share/applications/mate-search-tool.desktop: error: value "MATE;GTK;Utility;Core;"
for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values
extending the format should start with "X-"
 * 	/usr/share/applications/mate-system-log.desktop: error: value "GTK;MATE;System;Monitor;"
for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values
extending the format should start with "X-"
 *
| -rw-r--r-- | gsearchtool/mate-search-tool.desktop.in | 2 | ||||
| -rw-r--r-- | logview/data/mate-system-log.desktop.in.in | 2 | ||||
| -rw-r--r-- | mate-dictionary/data/mate-dictionary.desktop.in.in | 2 | ||||
| -rw-r--r-- | mate-screenshot/mate-screenshot.desktop.in | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/gsearchtool/mate-search-tool.desktop.in b/gsearchtool/mate-search-tool.desktop.in index b51c9456..cb80431d 100644 --- a/gsearchtool/mate-search-tool.desktop.in +++ b/gsearchtool/mate-search-tool.desktop.in @@ -6,7 +6,7 @@ Icon=system-search  Terminal=false  Type=Application  StartupNotify=true -Categories=MATE;GTK;Utility;Core; +Categories=GTK;Utility;Core;  OnlyShowIn=MATE;  X-MATE-DocPath=mate-search-tool/mate-search-tool.xml  X-MATE-Bugzilla-Bugzilla=MATE diff --git a/logview/data/mate-system-log.desktop.in.in b/logview/data/mate-system-log.desktop.in.in index ccd7f5d9..866e38ce 100644 --- a/logview/data/mate-system-log.desktop.in.in +++ b/logview/data/mate-system-log.desktop.in.in @@ -6,7 +6,7 @@ Icon=logviewer  Terminal=false  Type=Application  StartupNotify=true -Categories=GTK;MATE;System;Monitor; +Categories=GTK;System;Monitor;  OnlyShowIn=MATE;  X-MATE-DocPath=mate-system-log/mate-system-log.xml  X-MATE-Bugzilla-Bugzilla=MATE diff --git a/mate-dictionary/data/mate-dictionary.desktop.in.in b/mate-dictionary/data/mate-dictionary.desktop.in.in index c3718204..0272ae98 100644 --- a/mate-dictionary/data/mate-dictionary.desktop.in.in +++ b/mate-dictionary/data/mate-dictionary.desktop.in.in @@ -6,7 +6,7 @@ Terminal=false  Type=Application  Icon=accessories-dictionary  StartupNotify=true -Categories=MATE;GTK;Office;Dictionary; +Categories=GTK;Office;Dictionary;  OnlyShowIn=MATE;  X-MATE-DocPath=mate-dictionary/mate-dictionary.xml  X-MATE-Bugzilla-Bugzilla=MATE diff --git a/mate-screenshot/mate-screenshot.desktop.in b/mate-screenshot/mate-screenshot.desktop.in index cd5b1eae..8168d36c 100644 --- a/mate-screenshot/mate-screenshot.desktop.in +++ b/mate-screenshot/mate-screenshot.desktop.in @@ -6,7 +6,7 @@ Terminal=false  Type=Application  Icon=applets-screenshooter  StartupNotify=true -Categories=GTK;MATE;Utility; +Categories=GTK;Utility;  OnlyShowIn=MATE;  X-MATE-Bugzilla-Bugzilla=MATE  X-MATE-Bugzilla-Product=mate-utils | 
