zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #01436
[Bug 614706] Re: missing extension folder
If you put something like this in configure.ac you can access the
ZEITGEIST_EXTENSIONS_DIR variable in your Makefile.am to figure out
where to install the extension:
ZEITGEIST_EXTENSION_DIR=`$PKG_CONFIG --variable=extensiondir zeitgeist-daemon`
AC_SUBST(ZEITGEIST_EXTENSION_DIR)
--
missing extension folder
https://bugs.launchpad.net/bugs/614706
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
Status in Zeitgeist Framework: In Progress
Bug description:
after an installation of Zeitgeist we are missing the extension folder under .local/share/zeitgeist
This is a minor bug but should be done by the engine.
References