summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-09-12 10:30:51 +0100
committerHans Petter Jansson <hpj@hpjansson.org>2023-09-13 17:32:23 +0000
commit679cb6f7d46896167ec105e0713401bfaca23516 (patch)
treea02fff11b5cd6e23d30418b525e87deb0682c274
parent8c83300b5f81338696765f1184a82283da25265b (diff)
validate: Add Endless to the list of valid desktop IDs
See https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/73 and https://github.com/ximion/appstream/pull/522. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
-rw-r--r--src/validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validate.c b/src/validate.c
index 0555bc5..aaa64b2 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -380,7 +380,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", "GNOME-Classic", "GNOME-Flashback", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "EDE", "Cinnamon", "Pantheon", "Budgie", "Enlightenment", "DDE", "Old"
+ "GNOME", "GNOME-Classic", "GNOME-Flashback", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "EDE", "Cinnamon", "Pantheon", "Budgie", "Enlightenment", "DDE", "Endless", "Old"
};
static struct {