Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-10 Thread The Rasterman
On Mon, 10 Sep 2012 00:47:02 -0300 Gustavo Sverzut Barbieri said: > They recommend you just copy their files (2) to your project. No need to > detect and link to a library. Actually in the past you just had this option. i think its best we replicate in ecore or something... so we dont copy their

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-09 Thread Gustavo Sverzut Barbieri
They recommend you just copy their files (2) to your project. No need to detect and link to a library. Actually in the past you just had this option. --Gustavo Sent from my iPhone On 09/09/2012, at 23:56, Carsten Haitzler (The Rasterman) wrote: > On Tue, 4 Sep 2012 20:29:34 -0300 Gustavo Sve

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-09 Thread The Rasterman
On Tue, 4 Sep 2012 20:29:34 -0300 Gustavo Sverzut Barbieri said: > > On Monday, September 3, 2012, Carsten Haitzler wrote: > > so you mean put this stuff in ecore? > > could be, the trick part is trying to do this smartly in ecore, I > don't think it's possible. well here i'm just thinking of t

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-04 Thread Gustavo Sverzut Barbieri
On Mon, Sep 3, 2012 at 8:28 PM, Carsten Haitzler wrote: > On Mon, 3 Sep 2012 12:11:38 -0300 Gustavo Sverzut Barbieri > said: > >> On Monday, September 3, 2012, Carsten Haitzler wrote: >> >> > On Fri, 31 Aug 2012 16:39:34 -0300 Gustavo Sverzut Barbieri >> > > said: >> > >> > > On Wed, Aug 29, 2012

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-03 Thread Karol Lewandowski
On 09/03/2012 03:29 PM, Carsten Haitzler (The Rasterman) wrote: > On Fri, 31 Aug 2012 16:39:34 -0300 Gustavo Sverzut Barbieri > said: > >> On Wed, Aug 29, 2012 at 11:26 PM, Karol Lewandowski < >> k.lewando...@samsung.com> wrote: >> Unless you need something that relies on e17 to be ready, ther

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-03 Thread The Rasterman
On Mon, 3 Sep 2012 12:11:38 -0300 Gustavo Sverzut Barbieri said: > On Monday, September 3, 2012, Carsten Haitzler wrote: > > > On Fri, 31 Aug 2012 16:39:34 -0300 Gustavo Sverzut Barbieri > > > said: > > > > > On Wed, Aug 29, 2012 at 11:26 PM, Karol Lewandowski < > > > k.lewando...@samsung.com >

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-03 Thread Gustavo Sverzut Barbieri
On Monday, September 3, 2012, Carsten Haitzler wrote: > On Fri, 31 Aug 2012 16:39:34 -0300 Gustavo Sverzut Barbieri > > said: > > > On Wed, Aug 29, 2012 at 11:26 PM, Karol Lewandowski < > > k.lewando...@samsung.com > wrote: > > > > > On 08/30/2012 01:22 AM, Gustavo Sverzut Barbieri wrote: > > > >

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-02 Thread The Rasterman
On Fri, 31 Aug 2012 16:39:34 -0300 Gustavo Sverzut Barbieri said: > On Wed, Aug 29, 2012 at 11:26 PM, Karol Lewandowski < > k.lewando...@samsung.com> wrote: > > > On 08/30/2012 01:22 AM, Gustavo Sverzut Barbieri wrote: > > > > > I dislike this patch as the suggested approach by systemd is to get

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-31 Thread Gustavo Sverzut Barbieri
On Wed, Aug 29, 2012 at 11:26 PM, Karol Lewandowski < k.lewando...@samsung.com> wrote: > On 08/30/2012 01:22 AM, Gustavo Sverzut Barbieri wrote: > > > I dislike this patch as the suggested approach by systemd is to get the > > header and implementation of sd-daemon into your project. See other > >

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Karol Lewandowski
On 08/30/2012 01:22 AM, Gustavo Sverzut Barbieri wrote: > I dislike this patch as the suggested approach by systemd is to get the > header and implementation of sd-daemon into your project. See other > projects. This API is not changing and it's a thin layer to just access > some envvars to get fd

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Gustavo Sverzut Barbieri
On Wednesday, August 29, 2012, Cedric BAIL wrote: > On Thu, Aug 30, 2012 at 1:22 AM, Gustavo Sverzut Barbieri > > wrote: > > I dislike this patch as the suggested approach by systemd is to get the > > header and implementation of sd-daemon into your project. See other > > projects. This API is not

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Cedric BAIL
On Thu, Aug 30, 2012 at 1:22 AM, Gustavo Sverzut Barbieri wrote: > I dislike this patch as the suggested approach by systemd is to get the > header and implementation of sd-daemon into your project. See other > projects. This API is not changing and it's a thin layer to just access > some envvars

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Gustavo Sverzut Barbieri
I dislike this patch as the suggested approach by systemd is to get the header and implementation of sd-daemon into your project. See other projects. This API is not changing and it's a thin layer to just access some envvars to get fds and write back some messages. It should be also always auto ena

[E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread The Rasterman
anyone interested in systemd user session integration... have a look. and again.. with patch attached. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com >From 4588942d356c7f8133eda119a293a87e69e466fa Mon Sep 17

[E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread The Rasterman
anyone interested in systemd user session integration... have a look. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -- Live Securit