On Fri, 28 Dec 2012 01:58:49 -0200 Lucas De Marchi <[email protected]> said:
> On Fri, Dec 28, 2012 at 12:28 AM, Enlightenment SVN > <[email protected]> wrote: > > Log: > > work around edbus issues by forcing the mainloop to run at least one > > cycle with some dummy things... in ipc launch mode. > > > > also make selection jump to end if a newline is there - as disussed on > > ml. > > could you detail a little bit what is the issue. Looking at the code, > I couldn't understand why you put all this ipc stuff, instead of doing > something like eve does. i put this in to: 1. avoid relying on dbus (not going to have a session bus when you are in the fb... for example :))... with e_dbus vs edbus at least for now this would make it hard to have terminology work with stable efl. 2. avoid relying on a lower level windowing system (this can work in wayland, windows, framebuffer itself etc... tho fb means we cant do > 1 window... if we had "tabs"...)... dbus *IS* ipc... it just happens to be ipc with the added raised bar of a dbus daemon broker. i chose to do it the simple way - a simple unix socket. but that's unrelated to the issse. the issue is efreet and its use of edbus. if the mainloop never iterates - we have sevg's. regardless if we iterate or not we have pointer leaks on shutdown at least. unrelated to any of the ipc code. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
