Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Jose Souza
Ops Demarchi explain to me what Gustavo and him thought. But edbus_name_owner_changed_callback_add() was not emiting events when bus is a unique id, soon a patch fixing that. On Mon, Nov 5, 2012 at 12:32 PM, Lucas De Marchi wrote: > On Mon, Nov 5, 2012 at 12:08 PM, Jose Souza > wrote: >> Hi Se

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Lucas De Marchi
On Mon, Nov 5, 2012 at 12:08 PM, Jose Souza wrote: > Hi Sebastian > > See our suggestion in attach. ahn? this isn't tracking the clients. Lucas De Marchi -- LogMeIn Central: Instant, anywhere, Remote PC access and manag

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Jose Souza
Hi Sebastian See our suggestion in attach. On Mon, Nov 5, 2012 at 1:17 AM, Lucas De Marchi wrote: > Hi Sebastian, > > [ CC'ing José ] > > On Sat, Nov 3, 2012 at 7:21 PM, Sebastian Dransfeld > wrote: >> But it seems like there is no way to get watch events from edbus. > > Have you tried edbus_n

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-04 Thread Lucas De Marchi
Hi Sebastian, [ CC'ing José ] On Sat, Nov 3, 2012 at 7:21 PM, Sebastian Dransfeld wrote: > But it seems like there is no way to get watch events from edbus. Have you tried edbus_name_owner_callback_add()? José, does this work? Otherwise we do need a function to do that since it's a very commo

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-03 Thread Sebastian Dransfeld
But it seems like there is no way to get watch events from edbus. S. On 11/03/2012 09:03 PM, Sebastian Dransfeld wrote: > Good catch, much better solution. Will fix. > > S. > > Den 2. nov. 2012 kl. 23:23 skrev Gustavo Sverzut Barbieri > : > >> Hi Englebass, >> >> It would be nice to not rely on

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-03 Thread Sebastian Dransfeld
Good catch, much better solution. Will fix. S. Den 2. nov. 2012 kl. 23:23 skrev Gustavo Sverzut Barbieri : > Hi Englebass, > > It would be nice to not rely on UnRegister (also bad name, Why not > Unregister?), I'd get the sender bus name and watch for them (ie: :1.2), > when they die we automa

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Gustavo Sverzut Barbieri
Hi Englebass, It would be nice to not rely on UnRegister (also bad name, Why not Unregister?), I'd get the sender bus name and watch for them (ie: :1.2), when they die we automatically do the UnRegister... then Register would need to keep a list of monitored bus names. Regards, -- Gustavo On Fr

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Gustavo Sverzut Barbieri
On Fri, Nov 2, 2012 at 11:53 AM, Stefan Schmidt wrote: > Hello. > > On 02/11/12 13:42, Sebastian Dransfeld wrote: > > On 11/02/2012 02:17 PM, Stefan Schmidt wrote: > >> Hello. > >> > >> On 02/11/12 12:20, Sebastian Dransfeld wrote: > >>> Well, edbus2 is required now, so you need it anyway. > >> >

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Daniel Juyung Seo
On Fri, Nov 2, 2012 at 10:53 PM, Stefan Schmidt wrote: > Hello. > > On 02/11/12 13:42, Sebastian Dransfeld wrote: > > On 11/02/2012 02:17 PM, Stefan Schmidt wrote: > >> Hello. > >> > >> On 02/11/12 12:20, Sebastian Dransfeld wrote: > >>> Well, edbus2 is required now, so you need it anyway. > >> >

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Stefan Schmidt
Hello. On 02/11/12 13:42, Sebastian Dransfeld wrote: > On 11/02/2012 02:17 PM, Stefan Schmidt wrote: >> Hello. >> >> On 02/11/12 12:20, Sebastian Dransfeld wrote: >>> Well, edbus2 is required now, so you need it anyway. >> >> So we will release it until or with the next efreet release then? > > Go

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Sebastian Dransfeld
On 11/02/2012 02:17 PM, Stefan Schmidt wrote: > Hello. > > On 02/11/12 12:20, Sebastian Dransfeld wrote: >> Well, edbus2 is required now, so you need it anyway. > > So we will release it until or with the next efreet release then? Good question. Someone nagged about the need for a dbus daemon for

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Stefan Schmidt
Hello. On 02/11/12 12:20, Sebastian Dransfeld wrote: > Well, edbus2 is required now, so you need it anyway. So we will release it until or with the next efreet release then? regards Stefan Schmidt -- LogMeIn Central: In

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-10-18 Thread Cedric BAIL
On Thu, Oct 18, 2012 at 9:34 PM, Gustavo Sverzut Barbieri wrote: > I wonder why not a single daemon to manage the cache. And it is the single > point to inotify. > > Use DBus session and you get the single instance with automatic startup for > free. > > I know most people don't like DBus, but here

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-10-18 Thread Sebastian Dransfeld
Just do it:) The little time I have I won't use for dbus fiddling. S. Den 18. okt. 2012 kl. 14:34 skrev Gustavo Sverzut Barbieri : > I wonder why not a single daemon to manage the cache. And it is the single > point to inotify. > > Use DBus session and you get the single instance with automati

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-10-18 Thread Gustavo Sverzut Barbieri
I wonder why not a single daemon to manage the cache. And it is the single point to inotify. Use DBus session and you get the single instance with automatic startup for free. I know most people don't like DBus, but here it should do well. This daemon is only emitting signals when cache change, ev

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2010-12-04 Thread Cedric BAIL
On Sat, Dec 4, 2010 at 5:02 PM, Enlightenment SVN wrote: > Log: > fix cache filenames > >  move cache to XDG_CACHE_HOME and add hostname for shared homedirs Yeah, you rock ! -- Cedric BAIL -- What happens now with your