validate_desktop_entry: ignore Encoding key
authorZac Medico <zmedico@gentoo.org>
Thu, 15 Nov 2012 03:41:15 +0000 (19:41 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 15 Nov 2012 03:41:15 +0000 (19:41 -0800)
See bug #443100.

pym/portage/util/_desktop_entry.py

index 54b095030affca272ff83d2ef88862574c22a434..24bf15431ce6825d37e5ebcab5319aa32a1e5407 100644 (file)
@@ -47,6 +47,7 @@ _ignored_errors = (
                # Ignore error for emacs.desktop:
                # https://bugs.freedesktop.org/show_bug.cgi?id=35844#c6
                'error: (will be fatal in the future): value "TextEditor" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Utility',
+               'warning: key "Encoding" in group "Desktop Entry" is deprecated'
 )
 
 def validate_desktop_entry(path):