Bug#723977: missing symlink in /usr/share/common-lisp/systems
Diogo F. S. Ramos
diogofsr at gmail.com
Mon Sep 23 05:05:21 UTC 2013
> 1- what does env return?
I think the problem lies here.
My environment does not export XDG_DATA_DIRS. If I try it inside gnome,
which exports it, everything works nicely.
According to the XDG Base Directory Specification[1], if XDG_DATA_DIRS is
empty or not set, the defaults should be used. More specifically:
$XDG_DATA_DIRS defines the preference-ordered set of base directories
to search for data files in addition to the $XDG_DATA_HOME base
directory. The directories in $XDG_DATA_DIRS should be seperated with
a colon ':'.
If $XDG_DATA_DIRS is either not set or empty, a value equal to
/usr/local/share/:/usr/share/ should be used.
Maybe something in the stack is not implementing this characteristic of
XDG.
[1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
More information about the pkg-common-lisp-devel
mailing list