On Mon, 2007-10-29 at 15:57 -0400, Jeffrey Stedfast wrote:
> > Can anyone tell me why it always invoking the stuff in /usr/lib, instead
> > of the stuff in /opt/evo/lib, even though I've set LD_LIBRARY_PATH,
> > BONOBO_ACTIVATION_PATH, etc. etc.?  And, how to change this?
> 
> I think the problem is that bonobo-activation-server is already running
> from /usr and only knows about the /usr components, and so when
> evolution requests them, it starts from from there rather than from /opt

Yeah, Jeff's right; I forgot to mention that part.  You need to kill
your bonobo-activation-server process so that it picks up the new
environment variable setting the next time it's started.

In a similar shell script I have:

  kill `pgrep bonobo` 2> /dev/null

Matthew Barnes

_______________________________________________
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to