[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-02-08 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: Opinion = Invalid -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is the registrant for Zeitgeist Datahub. https://bugs.launchpad.net/bugs/618639 Title: Logs 3 events for each recent file Status in

[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-02-08 Thread Siegfried Gevatter
** Changed in: zeitgeist-datahub Milestone: None = 0.9.0 ** Changed in: zeitgeist-datahub Assignee: Michal Hruby (mhr3) = Siegfried Gevatter (rainct) -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is the registrant for Zeitgeist

[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-02-08 Thread Launchpad Bug Tracker
** Branch linked: lp:zeitgeist-datahub -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is the registrant for Zeitgeist Datahub. https://bugs.launchpad.net/bugs/618639 Title: Logs 3 events for each recent file Status in Zeitgeist Framework:

[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-01-27 Thread Siegfried Gevatter
if (added == visited == modified) This would probably fail after deleting recently-used.xbel :( -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/618639 Title: Logs 3 events

[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-17 Thread Michal Hruby
This needs deeper investigation as to how exactly GtkRecentManager determines the timestamps, I don't think Mikkel's algorithm is the best we can do, as when importing history it'd most likely create just a bunch of AccessEvents, while there might be all 3 events valid. ** Changed in:

Re: [Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-17 Thread Seif Lotfy
a created event also changes the visited and modified events a modified also changes the visit event and vice versa... GtkRecentManager is really screwed -.- On Tue, Aug 17, 2010 at 2:14 PM, Michal Hruby michal@gmail.com wrote: This needs deeper investigation as to how exactly

[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-16 Thread Mikkel Kamstrup Erlandsen
I am aware that surprisingly many apps screw up the timestamps in ~/.recently-used.xbel. We should just go and fix those apps. I expect those patches to be easy to make, and also easily accepted upstream as they should be minimal. -- Logs 3 events for each recent file