Re: [E-devel] Efreet mime default application patch

2008-12-06 Thread The Rasterman
On Sun, 7 Dec 2008 05:16:05 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]> babbled: > > - "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > > > On Sat, 6 Dec 2008 20:47:08 +0100 (CET) Dave Andreoli > > <[EMAIL PROTECTED]> > > babbled: > > > > > > > > > > I think the best

Re: [E-devel] Efreet mime default application patch

2008-12-06 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Sat, 6 Dec 2008 20:47:08 +0100 (CET) Dave Andreoli > <[EMAIL PROTECTED]> > babbled: > > > > > > I think the best way is the simple API presented in the patch: > > > > EAPI const char* efreet_mime_default_application

Re: [E-devel] Efreet mime default application patch

2008-12-06 Thread The Rasterman
On Sat, 6 Dec 2008 20:47:08 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]> babbled: > > I think the best way is the simple API presented in the patch: > > EAPI const char* efreet_mime_default_application_get(const char *mime); > EAPI void efreet_mime_default_application_set(const char *mime, con

Re: [E-devel] Efreet mime default application patch

2008-12-06 Thread Dave Andreoli
- [EMAIL PROTECTED] ha scritto: > On Tue, 4 Nov 2008 11:01:10 +1100 > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > > On Mon, 3 Nov 2008 14:39:05 +0100 (CET) Dave Andreoli > <[EMAIL PROTECTED]> > > babbled: > > > > > > 1. config everyone cal look at > > > > OR > > > > 2. "

Re: [E-devel] Efreet mime default application patch

2008-12-04 Thread Sebastian Dransfeld
[EMAIL PROTECTED] wrote: > > > p.s. Is there an EFL way to get the list of all mime type and a list of all > desktop files? Don't think there is, but it should be easy to add efreet_util_desktop_list() to efreet_utils.c for desktops. I don't know the mime system. Sebastian

Re: [E-devel] Efreet mime default application patch

2008-12-04 Thread fuscated
On Tue, 4 Nov 2008 11:01:10 +1100 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Mon, 3 Nov 2008 14:39:05 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]> > babbled: > > > > 1. config everyone cal look at > > > OR > > > 2. "opening service". e.g. a dbus call- u send an array (list)

Re: [E-devel] Efreet mime default application patch

2008-11-03 Thread Nick Hughart
On Tue, 4 Nov 2008 11:01:10 +1100 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Mon, 3 Nov 2008 14:39:05 +0100 (CET) Dave Andreoli > <[EMAIL PROTECTED]> babbled: > > > > 1. config everyone cal look at > > > OR > > > 2. "opening service". e.g. a dbus call- u send an array (list)

Re: [E-devel] Efreet mime default application patch

2008-11-03 Thread The Rasterman
On Mon, 3 Nov 2008 14:39:05 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]> babbled: > > 1. config everyone cal look at > > OR > > 2. "opening service". e.g. a dbus call- u send an array (list) of file > > paths > > and say "open them please" - e will open them for you. this way you > > also > > rec

Re: [E-devel] Efreet mime default application patch

2008-11-03 Thread Nick Hughart
On Mon, 3 Nov 2008 14:39:05 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]> wrote: > > - "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha > scritto: > > > On Tue, 28 Oct 2008 23:06:58 +0100 (CET) Dave Andreoli > > <[EMAIL PROTECTED]> > > babbled: > > > > > > > > - "Nick Hughart"

Re: [E-devel] Efreet mime default application patch

2008-11-03 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Tue, 28 Oct 2008 23:06:58 +0100 (CET) Dave Andreoli > <[EMAIL PROTECTED]> > babbled: > > > > > - "Nick Hughart" <[EMAIL PROTECTED]> ha scritto: > > > > > This is not yet an fdo specification so I'm not going to p

Re: [E-devel] Efreet mime default application patch

2008-11-03 Thread The Rasterman
On Tue, 28 Oct 2008 23:06:58 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]> babbled: > > - "Nick Hughart" <[EMAIL PROTECTED]> ha scritto: > > > This is not yet an fdo specification so I'm not going to put it in > > just > > yet.  It seems to have promise and is a fairly simple format, but fo

Re: [E-devel] Efreet mime default application patch

2008-10-28 Thread Dave Andreoli
- "Nick Hughart" <[EMAIL PROTECTED]> ha scritto: > This is not yet an fdo specification so I'm not going to put it in > just > yet.  It seems to have promise and is a fairly simple format, but for > > now we have our own methods of choosing default applications and it is > > similar to how

Re: [E-devel] Efreet mime default application patch

2008-10-27 Thread Nick Hughart
This is not yet an fdo specification so I'm not going to put it in just yet. It seems to have promise and is a fairly simple format, but for now we have our own methods of choosing default applications and it is similar to how they choose as well (given the user is not making this file on thei

Re: [E-devel] Efreet mime default application patch

2008-10-27 Thread Dave Andreoli
...and the attachment ;) the patch is to be applied in the main efreet directory. Dave - "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > Hi all > This is a relly small patch that add 2 functions to Efreet_Mime. > > EAPI const char* > efreet_mime_default_application_get(const char *mime) >

[E-devel] Efreet mime default application patch

2008-10-27 Thread Dave Andreoli
Hi all This is a relly small patch that add 2 functions to Efreet_Mime. EAPI const char* efreet_mime_default_application_get(const char *mime) EAPI void efreet_mime_default_application_set(const char *mime, const char *desktop) The _get function take a mime-type (as 'text/html') and return the