englebass pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=768df672753cedc681f38906a1400890b69fc12b
commit 768df672753cedc681f38906a1400890b69fc12b Author: Sebastian Dransfeld <[email protected]> Date: Mon Feb 24 12:47:09 2014 +0100 configure: add optional solution to alert XDG_DATA_DIRS are searched by dbus. So if prefix is added before dbus is started, it will find the services. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index b2245cc..109a368 100644 --- a/configure.ac +++ b/configure.ac @@ -4366,6 +4366,8 @@ if test "x$prefix" != "x/usr"; then echo " ln -s $prefix/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service" echo " ln -s $prefix/share/dbus-1/services/org.enlightenment.Efreet.service /usr/share/dbus-1/services/org.enlightenment.Efreet.service" echo "" + echo "or add $prefix to XDG_DATA_DIRS" + echo "" echo "#-------------------------------------------------------------------#" fi --
