[Zeitgeist] [Bug 740911] [NEW] Timed-out testcases should be marked as SKIPPED, or FAILED

2011-03-23 Thread Markus Korn
Public bug reported: We do not know if the testcases which time out (I currently have towo of them) really pass, so we should not mark them as such. In newer versions of python we should use SKIP, but I guess FAILED is fine too. Alternativly we should invest some time to find out why they time

[Zeitgeist] [Bug 646724] Re: not all files show up in files-place

2011-03-23 Thread Didier Roche
** Changed in: unity-place-files (Ubuntu) Status: Fix Released = Triaged -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/646724 Title: not all files show up in

[Zeitgeist] [Bug 598666] Re: Invalid cache access (was: Error when trying to fetch items)

2011-03-23 Thread Markus Korn
Thanks for the reviews, I addressed them in my last commits to this branch, I still need to test if the TEMP triggers are working properly. -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework.

[Zeitgeist] [Bug 740912] Re: failing doctest: test-engine-extension.rst

2011-03-23 Thread Markus Korn
** Changed in: zeitgeist Assignee: (unassigned) = Markus Korn (thekorn) ** Changed in: zeitgeist Status: New = Fix Committed -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework.

[Zeitgeist] [Bug 740912] Re: failing doctest: test-engine-extension.rst

2011-03-23 Thread Launchpad Bug Tracker
** Branch linked: lp:zeitgeist -- 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/740912 Title: failing doctest: test-engine-extension.rst Status in Zeitgeist Framework: Fix

[Zeitgeist] [Bug 732015] Re: zeitgeist-daemon crashed with NameExistsException in __new__(): Bus name already exists: org.gnome.zeitgeist.Engine

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package zeitgeist - 0.7.1-1 --- zeitgeist (0.7.1-1) unstable; urgency=low * New upstream release. Some of the changes are: - Expose property information through D-Bus instrospection. - Expose DataSourceRegistry's enabled status in a callback.

[Zeitgeist] [Bug 714676] Re: zeitgeist-datahub crashed with OverflowError in /usr/share/zeitgeist/_zeitgeist/loggers/datasources/_recentmanager.py: mktime argument out of range

2011-03-23 Thread Markus Korn
Hi David, thanks for using zeitgeist, and reporting this bug. Can you please open a terminal tell us what the output of the following command gives you? $ python -c import time; print time.gmtime(0) this is finally a reproduction of bug 512166 which we closed because noone was able to reproduce

[Zeitgeist] [Bug 738555] Re: zeitgeist-daemon crashed with IOError in _write_to_disk(): [Errno 2] No such file or directory: '/home/royg/.local/share/zeitgeist/datasources.pickle'

2011-03-23 Thread Markus Korn
This looks *very* weird to me, I'll investigate later this week. ** Visibility changed to: Public ** Changed in: zeitgeist (Ubuntu) Status: New = Triaged ** Also affects: zeitgeist Importance: Undecided Status: New ** Changed in: zeitgeist Assignee: (unassigned) = Markus

Re: [Zeitgeist] [Bug 714676] Re: zeitgeist-datahub crashed with OverflowError in /usr/share/zeitgeist/_zeitgeist/loggers/datasources/_recentmanager.py: mktime argument out of range

2011-03-23 Thread daniero
This is the output... daniero@daniero-VirtualBox:~$ python -c import time; print time.gmtime(0) time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0) On Wed, Mar 23, 2011 at 8:55 AM, Markus Korn thek...@gmx.de wrote: Hi David,

[Zeitgeist] [Bug 714676] Re: zeitgeist-datahub crashed with OverflowError in /usr/share/zeitgeist/_zeitgeist/loggers/datasources/_recentmanager.py: mktime argument out of range

2011-03-23 Thread Markus Korn
@Everyone who is affected by this bug, could you please update your (natty) system and check if you have at least zeitgeist-datahub 0.7.0-0ubuntu1 installed, all these python and timezone related issues should be fixed in the new implementation of the datahub. Please open a new bug if you have