Blame SOURCES/desktop-file-utils-0.23-add-pantheon.patch

a1ef93
From 5b88c95c45e91781aed441c446210c6979350c3f Mon Sep 17 00:00:00 2001
a1ef93
From: David Faure <faure@kde.org>
a1ef93
Date: Sat, 20 Aug 2016 10:36:57 +0200
a1ef93
Subject: Added Pantheon to the list of desktop environments
a1ef93
a1ef93
https://bugs.freedesktop.org/show_bug.cgi?id=97385
a1ef93
a1ef93
diff --git a/src/validate.c b/src/validate.c
a1ef93
index bd31fd5..d414a53 100644
a1ef93
--- a/src/validate.c
a1ef93
+++ b/src/validate.c
a1ef93
@@ -366,8 +366,9 @@ static DesktopKeyDefinition registered_action_keys[] = {
a1ef93
   { DESKTOP_STRING_TYPE,            "Exec",               TRUE,  FALSE, FALSE, handle_exec_key }
a1ef93
 };
a1ef93
 
a1ef93
+/* This should be the same list as in xdg-specs/menu/menu-spec.xml */
a1ef93
 static const char *show_in_registered[] = {
a1ef93
-    "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "Cinnamon", "EDE", "Old"
a1ef93
+    "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "EDE", "Cinnamon", "Pantheon", "Old"
a1ef93
 };
a1ef93
 
a1ef93
 static struct {
a1ef93
-- 
a1ef93
cgit v0.10.2
a1ef93