From 5a21e546e970b2e9595f09201751dd40c7f57db4 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Thu, 11 May 2017 06:20:55 +0100 Subject: [PATCH] validate: Add support for the Budgie Desktop as an OnlyShowIn entry The Budgie desktop has existed since 2013 and is in wide spread usage, as indicated in Solus, Ubuntu Budgie, as well as presence within the Debian and Arch repositories. Currently the Budgie desktop may identify itself as either "GNOME:Budgie" or "Budgie", given the current use of gnome-session. Signed-off-by: Ikey Doherty --- src/validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validate.c b/src/validate.c index d414a53..1af7fbf 100644 --- a/src/validate.c +++ b/src/validate.c @@ -368,7 +368,7 @@ static DesktopKeyDefinition registered_action_keys[] = { /* This should be the same list as in xdg-specs/menu/menu-spec.xml */ static const char *show_in_registered[] = { - "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "EDE", "Cinnamon", "Pantheon", "Old" + "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "EDE", "Cinnamon", "Pantheon", "Budgie", "Old" }; static struct { -- 2.13.0