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

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