[Telepathy] Problem with telepathy-inspector in /opt

Alban Crequy alban.crequy at collabora.co.uk
Mon Sep 29 11:55:10 PDT 2008


Le Sat, 27 Sep 2008 15:43:06 +0300,
"Felipe Contreras" <felipe.contreras at gmail.com> 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


More information about the Telepathy mailing list