Le Sat, 27 Sep 2008 15:43:06 +0300,
"Felipe Contreras" <[EMAIL PROTECTED]> a écrit :

> I'm doing this:
> 
> ./configure --prefix=/opt/telepathy
> 
> And when I run /opt/telepathy/bin/telepathy-inspector I get:
> ** ERROR **: Unable to find telepathy-inspector Glade XML files
> 

You must set the environment variable XDG_DATA_DIRS. I am doing this:

./configure --prefix=$PREFIX

and then:

export XDG_DATA_DIRS=$PREFIX/share/:/usr/share/
$PREFIX/bin/telepathy-inspector

More informations about this environment variable:
http://standards.freedesktop.org/basedir-spec/latest/index.html

-- 
Alban
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to