Hi,<br>   I&#39;m try to run two different versions of dbus on the same centos linux box, because I can&#39;t uninstall the older version due to dependency issues. However I&#39;d like my program to use the new dbus library. So I tried installing the newer dbus library to /usr/local/ and setting the system bus socket to /usr/local/var/run/dbus/system_bus_socket. My dbus library installed just fine, however on system startup, some of the auto-launch programs through dbus throw the following error:<br>
<br>DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: dbus-launch failed to autolaunch D-Bus session: Autolaunch requested, but X11 support not compiled in.<br>Cannot continue.<br><br>Has anybody seen this error and know how to get around it?<br>
<br>Luying<br>