Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-26 Thread Pacho Ramos
El vie, 24-02-2012 a las 18:17 +0100, Ulrich Mueller escribió: > > On Thu, 23 Feb 2012, Pacho Ramos wrote: > > >> The cited specification [1] says: > >> | The table below describes Additional Categories. The Related > >> | Categories column lists one or more categories that are suggested > >>

Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-24 Thread Ulrich Mueller
> On Thu, 23 Feb 2012, Pacho Ramos wrote: >> The cited specification [1] says: >> | The table below describes Additional Categories. The Related >> | Categories column lists one or more categories that are suggested >> | to be used in conjunction with the Additional Category. >> >> As I read

Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-23 Thread Pacho Ramos
El jue, 23-02-2012 a las 17:03 +0100, Ulrich Mueller escribió: > > On Thu, 23 Feb 2012, Samuli Suominen wrote: > > > TextEditor is a subcategory of Utility[1], so what pacho suggested > > is correct > > The cited specification [1] says: > | The table below describes Additional Categories. The

Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-23 Thread Ulrich Mueller
> On Thu, 23 Feb 2012, Samuli Suominen wrote: > TextEditor is a subcategory of Utility[1], so what pacho suggested > is correct The cited specification [1] says: | The table below describes Additional Categories. The Related | Categories column lists one or more categories that are suggested

Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-23 Thread Samuli Suominen
On 02/23/2012 05:27 PM, Ulrich Mueller wrote: On Thu, 23 Feb 2012, Pacho Ramos wrote: Attached patch tries to make it respect: http://standards.freedesktop.org/menu-spec/latest/apa.html The way to go is to put "Additional Categories" insider their respective main categories. +

Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-23 Thread Ulrich Mueller
> On Thu, 23 Feb 2012, Pacho Ramos wrote: > Attached patch tries to make it respect: > http://standards.freedesktop.org/menu-spec/latest/apa.html > The way to go is to put "Additional Categories" insider their > respective main categories. > +emacs) type="Utility;

Re: [gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-23 Thread Brian Dolbec
On Thu, 2012-02-23 at 10:29 +0100, Pacho Ramos wrote: > Attached patch tries to make it respect: > http://standards.freedesktop.org/menu-spec/latest/apa.html > > for app-* categories. Currently, all categories are set as "Main > Category" and that causes them to be shown under "Others" in Gnome me

[gentoo-dev] eutils.eclass: make_desktop_entry doesn't follow freedesktop spec

2012-02-23 Thread Pacho Ramos
Attached patch tries to make it respect: http://standards.freedesktop.org/menu-spec/latest/apa.html for app-* categories. Currently, all categories are set as "Main Category" and that causes them to be shown under "Others" in Gnome menu. The way to go is to put "Additional Categories" insider thei