Hi Jamie, hi all :) On 7/9/07, jamie <[EMAIL PROTECTED]> wrote: > [...] > DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Kyy8wnBRXj,guid=175b1508b20c1bf29b17a20046920fdc > > I believe its set on X login so you will need to manually set it from a > script or something if X is not present
This is exactly what dbus-launch does If given a command it starts a dbus session and takes care of $DBUS_SESSION_BUS_ADDRESS so that child processes can use dbus. As an example, here's my dbus-launch from Debian GDM which runs startkde: marcus 5298 0.0 0.0 2760 496 ? S Jul06 0:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/startkde kind regards, Marcus PS: that's my amateur understanding of it. If someone knows it better, please enlighten us! ;) _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
