← Back to team overview

zeitgeist team mailing list archive

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

 

With the exporting of the dataproviders, it is not our job anymore since applications can deactivate their "informer".
Thus won't invalid

** Changed in: zeitgeist
       Status: Confirmed => Invalid

** Changed in: zeitgeist
    Milestone: 0.3.0 => None

-- 
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: Invalid

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.