gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pl2link : output valid categories and ease packaging


From: Philippe Roussel
Subject: Re: pl2link : output valid categories and ease packaging
Date: Wed, 18 Apr 2012 11:12:55 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Le 18/04/2012 10:28, Fred Kiefer a écrit :
> Committed. Sorry for taking that long. I was away over the weekend.

Thanks a lot Fred, and don't worry about the timing, it's nothing critical !

Maybe this should be documented somewhere, I'll explain it here.

If you want your application's .desktop file to contain valid
FreeDesktop categories (which means that your application should appear
in the right menu automatically and that the packagers won't have to
ship their own .desktop), you can use the new FreeDesktopCategories
entry in your application .plist like this :

FreeDesktopCategories = (
        "Office",
        "Calendar"
);

You can find the official list of categories here :

http://standards.freedesktop.org/menu-spec/latest/apa.html

Philippe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]