Package Details: gnome-shell-zeitgeist-extension-git 20111212-2

Package Base: gnome-shell-zeitgeist-extension-git
Description: A set of extensions for the gnome shell activities overview which use zeitgeist search results
Upstream URL: https://github.com/seiflotfy/gnome-shell-zeitgeist-extension
Category: gnome
Licenses: GPL3
Submitter: tobiasquinn
Maintainer: tobiasquinn
Last Packager: None
Votes: 23
First Submitted: 2011-10-06 23:30
Last Updated: 2011-12-12 17:33

Required by (0)

Sources

Latest Comments

Comment by hpstg

2013-05-03 17:31

Is there any way to make this work in Gnome 3.8?

All the dependencies are properly installed, but I get a "shell version not supported" on Gnome Tweak Tool, whenever I try to use any of them.

Comment by tobiasquinn

2012-01-02 04:10

Do you have the optdepens installed -

'zeitgeist-extensions: Enable advanced search extensions (see aur comments for now)'
'zeitgeist-datasources: Zeitgeist data provider plugins or extensions for several programs.'

Anonymous comment

2011-12-30 22:46

Cannot get it to work except for pictures (jpg). I am missing something, in Linux Mint this extension works perfectly.

Comment by honestleaf

2011-12-12 06:00

Some directory on git has changed. please update the package() function

package () {
cd ${srcdir}/${_gitname}
mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions/"
cp -R "journal@gnome-shell-extensions.zeitgeist-project.com" "$pkgdir/usr/share/gnome-shell/extensions"
cp -R "jump-lists@gnome-shell-extensions.zeitgeist-project.com" "$pkgdir/usr/share/gnome-shell/extensions"
cp -R "zeitgeist-search@gnome-shell-extensions.gnome.org" "$pkgdir/usr/share/gnome-shell/extensions"
cp -R "smart-launcher@gnome-shell-extensions.zeitgeist-project.com" "$pkgdir/usr/share/gnome-shell/extensions"
}

Comment by Henry78

2011-10-26 10:43

@fmoralesc your link is pointing to git://github.com/seiflotfy/gnome-shell-zeitgeist-extension.git

Comment by fmoralesc

2011-10-16 18:51

Can you change the git source to https://github.com/seiflotfy/gnome-shell-zeitgeist-extension which is more up-to-date, and also make zeitgeist-datasources a optional dependency (the firefox extension won't build)?

Anonymous comment

2011-10-11 08:47

Yeah, that actually did the trick!

Thx a bunch, dude! :)

Comment by tobiasquinn

2011-10-10 21:48

Okay, here's how to enable the advanced search extension for now:

It needs zeitgeist-extensions 0.0.13 - 0.0.12 is in the aur, change the version pkgver to 0.0.13
python2-geoclue needs geoclue which doesn't build from the aur, install geoclue-git instead. I'll add the zeitgeist-extensions as an optdepend for now...

using packer:

packer -S geoclue-git
packer -S zeitgeist-extensions (change pkgver to 0.0.13 in the PKGBUILD)

is should now work (it is here)

Anonymous comment

2011-10-10 20:49

This is most likely related to the zeitgeist packages in AUR.

Well, its not that big of a deal anyway, since now Advanced Search can be enabled/disabled separately. Thus, starting programs via typing their initials still works.

Being able to search zeitgeist via the Shell still would be nice, though...

Thx for the PKGBUILD, btw.

Comment by tobiasquinn

2011-10-10 12:48

I've seen this problem as well, the advanced search seems to work using gnome-shell on ubuntu oneiric, I'll investigate further as to the differences...

All comments