summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkey Doherty <ikey@solus-project.com>2017-05-11 06:20:55 +0100
committerHans Petter Jansson <hpj@cl.no>2019-07-23 18:12:52 +0200
commitf92d4675a864924ba80345b2b6b9bf3816fe26a4 (patch)
tree584aeb089c68978c8b25be0eec458679ced0cab5
parent92af4108750ceaf4191fd54e255885c7d8a78b70 (diff)
downloaddesktop-file-utils-f92d4675a864924ba80345b2b6b9bf3816fe26a4.tar.gz
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 <ikey@solus-project.com> Signed-off-by: Hans Petter Jansson <hpj@cl.no>
-rw-r--r--src/validate.c2
1 files changed, 1 insertions, 1 deletions
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 {