Gentoo Archives: gentoo-dev

From: Chris Gianelloni <wolf31o2@g.o>
To: Paul de Vrieze <pauldv@g.o>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Gentoo Menu - Bash vs. Python Rule files
Date: Thu, 14 Aug 2003 11:13:59
Message-Id: 1060859876.19236.88.camel@vertigo
In Reply to: Re: [gentoo-dev] Gentoo Menu - Bash vs. Python Rule files by Paul de Vrieze
1 On Thu, 2003-08-14 at 06:24, Paul de Vrieze wrote:
2 > I would like to make a suggestion. Could you people also provide a do_desktop
3 > command that has three parameters, the first parameter is the name of the
4 > application (yes in English), the second is the commandline of the
5 > application (that what goes into the exec field (so it can contain spaces)),
6 > and the third is the the icon file.
7
8 inherit eutils
9
10 make_desktop_entry pauldv.sh "Paul de Vrieze's custom shell script"
11 pauldv.png
12
13 > This would imply that icon files get installed in a gentoo-menu specific
14 > folder, so they can be overridden by windowmanager specific folders if they
15 > exist.
16
17 Or use /usr/share/applications for the icon files, since that is the
18 location in the freedesktop specification. Check out some of the games
19 ebuilds I have made (americas-army, enemy-territory) to see these in
20 action.
21
22 --
23 Chris Gianelloni
24 Developer, Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Gentoo Menu - Bash vs. Python Rule files Paul de Vrieze <pauldv@g.o>