← Back to team overview

zeitgeist team mailing list archive

[Bug 391008] Re: DataProviders: only watch files if DataProvider is activated

 

Re-targeting for 0.2.1 (a non-API breaking release for enhaced
compatibility and performance). Let's get this done now.

** Changed in: zeitgeist
    Milestone: 0.2 => 0.2.1

-- 
DataProviders: only watch files if DataProvider is activated
https://bugs.launchpad.net/bugs/391008
You received this bug notification because you are a member of
Zeitgeist-Engine, which is the registrant for Zeitgeist Engine.

Status in Zeitgeist Engine: Confirmed

Bug description:
DataProvider can be activated via a config file or dbus. Some DataProvider are using gio.FileMonitor to watch logfiles etc. for changes. This is currently done all the time, no matter if a DP is enabled or not.
The DP which is using a file monitor should only watch files if he is activated.