>From https://standards.freedesktop.org/menu-spec/latest/apa.html:
Category-based menus based on the Main Categories listed in this
specification do not provide a complete ontology for all available
applications. Category-based menu implementations SHOULD therefore provide
a "catch-all" submenu for applications that cannot be appropriately placed
elsewhere.
Emphasis on *submenu*. By using 'Applications', these menu entries were
sorted into the top level.
---
util/wmmenugen_parse_xdg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/wmmenugen_parse_xdg.c b/util/wmmenugen_parse_xdg.c
index 28d5b281..e909f18c 100644
--- a/util/wmmenugen_parse_xdg.c
+++ b/util/wmmenugen_parse_xdg.c
@@ -554,7 +554,7 @@ static void getMenuHierarchyFor(char **xdgmenuspec)
if (!*buf) /* come up with something if nothing found */
- snprintf(buf, sizeof(buf), "%s", _("Applications"));
+ snprintf(buf, sizeof(buf), "%s", _("Other"));
*xdgmenuspec = wstrdup(buf);
}
--
2.11.0
--
To unsubscribe, send mail to [email protected].