Re: [Evolution-hackers] How does evo find its components? (switching installs of evo)
- From: Matthew Barnes <mbarnes redhat com>
- To: Evolution Hackers <Evolution-hackers gnome org>
- Subject: Re: [Evolution-hackers] How does evo find its components? (switching installs of evo)
- Date: Mon, 29 Oct 2007 16:58:33 -0400
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]