On Wed, May 07, 2014 at 05:02:03PM -0500, Bruce Dubbs wrote: > > OK, I've progressed through the lxsession-shutdown code and just started on > console-kit-daemon. In between is dbus. I'm learning as I go, but the flow > is fairly straight forward. I'll continue to dbus after a while. > > -- Bruce > Rather you than me ;-)
I'm back at the machine now, and with the rebuilt dbus, for F in /usr/bin/dbus* ; do strings $F | \ grep "Using X11 for dbus-daemon autolaunch was disabled at compile time" && echo $F ; done Now produces no output, so dbus correctly includes that text in the dbus-daemon executable only when it is appropriate [ I had expected that, but always best to check! ]. If you are running systemd and wish to confirm whether or not dbus-launch is adequate there (in the absence of building the many deps necessary to build parole - although I'm sure other packages will be affected), I suspect that being able to get pulseaudio working will likely indicate that systemd only requires dbus-launch. That view is based on what I found in google while trying to work out what had broken (one thread specifically mentioned pulse). OTOH, I would not blame you for not wanting to run pulse ;-) ĸen -- das eine Mal als Tragödie, dieses Mal als Farce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
