On Wed, 2006-01-18 at 12:09 -0500, Lee Revell wrote: > On Wed, 2006-01-18 at 17:01 +0000, Crispin Flowerday wrote: > > On Wed, 2006-01-18 at 11:56 -0500, Lee Revell wrote: > > > > > > Epiphany now requires the dbus 'session bus' to be running, on ubuntu, > > > > this should be launched automatically if you have the 'dbus-1-utils' > > > > package installed. > > > > > > Like I said in the original report, DBus *is* running. > > > > > > $ ps auxww | grep dbus > > > 103 5805 0.0 0.1 2104 724 ? Ss Jan17 > > > 0:00 /usr/bin/dbus-daemon --system > > > > That is the system dbus bus, you need a session bus for epiphany to > > work, this should be setup automatically if you have the dbus-1-utils > > package installed. > > Nope, it does not work:
Ahh, right, the session bus is started when you log in to X, not via the 'dbus' init script, so you will need to log out and login. It works by inserted a script that gets called by the xsession code which is run just after you login from gdm: /etc/X11/Xsession.d/75dbus-1-utils_dbus-launch HTH Crispin _______________________________________________ epiphany-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/epiphany-list
