Hi Noah,

Noah Slater wrote:
> Everything worked fine, but when I try to start Ion at login it fails
> with a message similar to:
> 'ioncorelib not in search path'

I had a similar problem when I installed ion-2 to my home directory.
I also had to guess around a while, as the error messages where not
very helpful for me.  The following resolved the issue for me.

I start ion2 with the following command in my ~/.xsession

------>

#!/bin/sh

exec $HOME/root/bin/ion -confdir $HOME/root/etc/ion -confdir $HOME/.ion2 
-confdir $HOME/root/share/ion -moduledir $HOME/root/lib/ion

<-------

IIRC, the order for the confdirs was important and the last option had
to be moduledir (but I am not sure on that one).

Maybe this helps you.

-- 
Andreas.

PS: When you start ion with strace(1) (like `strace ion'), it will
tell you, where ion tries to find the ioncorelib.

Attachment: pgpRQ4ci5N07T.pgp
Description: PGP signature

Reply via email to