GNOME Bugzilla – Bug 593580
Zeitgeist integration
Last modified: 2011-02-02 10:59:08 UTC
I'm filling this bug on Owen's request, to track the merging of my Zeitgeist integration GSoC branch. Said branch can be found at http://github.com/RainCT/gnome-shell/tree/zeitgeist, but note that I still need to do some little changes to it (like for example throwing out the fallback to GtkRecentlyUsed stuff). In order to get this done I'll be posting a series of patches with the different sets of changes.
Created attachment 145235 [details] [review] Add Zeitgeist to jhbuild and replace GtkRecentlyUsed usage in the Overview Subject: [PATCH] Initial Zeitgeist integration - Add the Zeitgeist 0.2 branch to jhbuild, and add all needed dependencies to gnome-shell-build-setup.sh. - Fetch the recent documents from Zeitgeist instead of using GtkRecentlyUsed. - Disable the RecentlyUsed sidebar widget for now.
Comment on attachment 145235 [details] [review] Add Zeitgeist to jhbuild and replace GtkRecentlyUsed usage in the Overview Zeitgeist 0.3 will be released today so this is deprecated. An updated patch will follow somewhen.
Little update on this: I'm mostly waiting until we have "libzeitgeist" ready (a C version of our Python module, with gobject-introspection support) before I do any work on this. However, if someone else wants to start experimenting with this with what is already there, feel free to do so, and don't hesitate poking me on IRC if you need help understanding how Zeitgeist works.
Superseded by #640659.