On Tue, 16 Mar 2010 06:35:37 -0400 Christopher Michael <cpmicha...@comcast.net>
said:

> On 03/16/2010 04:11 AM, Enlightenment SVN wrote:
> > Log:
> >    and on osx -  they use some other env var apparently.
> >
> 
> Not 100% on this, but shouldn't that be an OR, rather than an AND ? So 
> that it checks OSx and other systems (linux, etc)...

no - it's a &&. if no existing dbus session ius set up - set up one (no bus
address AND no bus socket)

> dh
> 
> >      args = alloca((argc + 2 + VALGRIND_MAX_ARGS) * sizeof(char *));
> > -   if (!getenv("DBUS_SESSION_BUS_ADDRESS"))
> > +   if ((!getenv("DBUS_SESSION_BUS_ADDRESS"))&&
> > +       (!getenv("DBUS_LAUNCHD_SESSION_BUS_SOCKET")))
> >        {
> >     args[0] = "dbus-launch";
> >     args[1] = "--exit-with-session";
> >
> 
> 
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to