Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?



On Thu, 2009-12-03 at 16:10 -0500, Reid Thompson wrote:
> hmm -- is calling evolution supposed to auto-start these two?

On Thu, 2009-12-03 at 16:12 -0500, Reid Thompson wrote:
> (evolution:24437): libebook-WARNING
> **: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was not provided by any .service files 

	Hi,
yes, those two processes are run as a DBus services. The relevant files
are in your $PREFIX/share/dbus-1/services/ and dbus is supposed to be
directed to that directory too, to know about them.

There are more options to do that, what I do is making a symlink to that
folder:
   $ rm /usr/local/share/dbus-1 2>/dev/null
   $ ln -s $PREFIX/share/dbus-1 /usr/local/share/dbus-1
The only disadvantage of this solution is to have changed rights
on /usr/local/share/ to be able to write there even as a regular user.
	Bye,
	Milan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]