From cf33707baa0606eae214aa759eda88d91a9ff3d7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 Jul 2013 11:54:14 -0400 Subject: [PATCH 1/3] Add DBusActivatable key to allowed keys This is a recent addition to the desktop entry spec. --- src/validate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/validate.c b/src/validate.c index 378faff..803c18f 100644 --- a/src/validate.c +++ b/src/validate.c @@ -313,6 +313,8 @@ static DesktopKeyDefinition registered_desktop_keys[] = { * specified) */ { DESKTOP_STRING_LIST_TYPE, "Actions", FALSE, FALSE, FALSE, handle_actions_key }, + { DESKTOP_BOOLEAN_TYPE, "DBusActivatable", FALSE, FALSE, FALSE, NULL }, + /* Keys reserved for KDE */ /* since 0.9.4 */ -- 1.8.3.1