On Fri, 2013-11-22 at 08:48 -0600, Michael Ekstrand wrote: > I can't use the address book subsystem - it says the AddressBook6 > service isn't provided by any .service files. I'm using the default > moduleset, did 'jhbuild build evolution'.
You probably haven't configured your session bus to look for service files in the place where jhbuild installs them. Add something like this to your /etc/dbus-1/session.conf: <servicedir>/path/to/jhbuilt/share/dbus-1/services</servicedir> Or you could just start the services manually from a separate terminal window. That's what I usually do so I can monitor the standard output. Matthew Barnes _______________________________________________ evolution-hackers mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-hackers
