Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec
Date: Thu, 23 Feb 2012 15:28:10
Message-Id: 20294.23246.88703.205149@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec by Pacho Ramos
1 >>>>> On Thu, 23 Feb 2012, Pacho Ramos wrote:
2
3 > Attached patch tries to make it respect:
4 > http://standards.freedesktop.org/menu-spec/latest/apa.html
5
6 > The way to go is to put "Additional Categories" insider their
7 > respective main categories.
8
9 > + emacs) type="Utility;TextEditor";;
10
11 This should go into the same category as Emacs itself, namely
12 "Development;TextEditor".
13
14 (The description of the Utility category is "Small utility
15 application, 'Accessories'" which looks wrong for Emacs.)
16
17 > + vim) type="Utility;TextEditor";;
18 > + xemacs) type="Utility;TextEditor";;
19
20 The same for these, both desktop entries of XEmacs and gVim have
21 Development as their main category.
22
23 Ulrich

Replies