Re: [gentoo-dev] eutils.class fix for make_desktop_entry

2006-06-05 Thread Chris Gianelloni
On Mon, 2006-06-05 at 17:24 +, Denis Dupeyron wrote: > On 6/5/06, Chris Gianelloni <[EMAIL PROTECTED]> wrote: > > > Go ahead and do it now. It really shouldn't break anything, as I can't > > think of a single thing using make_desktop _entry with a space in the > > executable name. > > What a

Re: [gentoo-dev] eutils.class fix for make_desktop_entry

2006-06-05 Thread Denis Dupeyron
On 6/5/06, Chris Gianelloni <[EMAIL PROTECTED]> wrote: > Go ahead and do it now. It really shouldn't break anything, as I can't > think of a single thing using make_desktop _entry with a space in the > executable name. What about games-board/gnubg-0.14.3 ? Denis. -- gentoo-dev@gentoo.org maili

Re: [gentoo-dev] eutils.class fix for make_desktop_entry

2006-06-05 Thread Chris Gianelloni
On Mon, 2006-06-05 at 00:13 +0200, Alfredo Tupone wrote: > Going to apply if I get no negative answer in, say, 10 days. Go ahead and do it now. It really shouldn't break anything, as I can't think of a single thing using make_desktop _entry with a space in the executable name. -- Chris Gianello

[gentoo-dev] eutils.class fix for make_desktop_entry

2006-06-04 Thread Alfredo Tupone
I need to add a desktop entry that call an executable with arguments. Actually the entry Exec (that could contain the executable with parameters) and the entry TryExec (used to test if the executable is installed) are set to the same value. I wonder if I can fix that with the following patch to the