0b877baee6
Some upstream desktop files do not have a trailing semicolon in multivalued strings, which are optional with the latest spec: http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s03.html Also add Cinnamon and EDE desktop environments. All three patches taken from upstream git. OBS-URL: https://build.opensuse.org/request/show/265209 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=44
26 lines
765 B
Diff
26 lines
765 B
Diff
From 848c82b2332d0556c22c10a9c64d1f39850271fe Mon Sep 17 00:00:00 2001
|
|
From: Michael Webster <miketwebster@gmail.com>
|
|
Date: Fri, 7 Mar 2014 20:16:52 -0500
|
|
Subject: Add Cinnamon to list of registered environments.
|
|
|
|
https://github.com/linuxmint/Cinnamon
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=73497
|
|
|
|
diff --git a/src/validate.c b/src/validate.c
|
|
index 77a5fda..6859c1b 100644
|
|
--- a/src/validate.c
|
|
+++ b/src/validate.c
|
|
@@ -363,7 +363,7 @@ static DesktopKeyDefinition registered_action_keys[] = {
|
|
};
|
|
|
|
static const char *show_in_registered[] = {
|
|
- "GNOME", "KDE", "LXDE", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "Old"
|
|
+ "Cinnamon", "GNOME", "KDE", "LXDE", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "Old"
|
|
};
|
|
|
|
static struct {
|
|
--
|
|
cgit v0.10.2
|
|
|