On 03/16/2010 07:21 AM, Carsten Haitzler (The Rasterman) wrote:
> 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)
>
Ahh ok :) No worries. I was thinking that it was an either/or detection 
to trap for OSx ... my bad...didn't know the full context of the change 
and wanted to be sure. Just ignore me ... I'm just waking up and haven't 
had my coffee yet ;)

dh

>> 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

Reply via email to