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.
Search Criteria
Package Details: gnome-shell-zeitgeist-extension-git 20111212-2
Package Actions
| 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: | |
| Submitter: | tobiasquinn |
| Maintainer: | tobiasquinn |
| Last Packager: | None |
| Votes: | 23 |
| First Submitted: | 2011-10-06 23:30 |
| Last Updated: | 2011-12-12 17:33 |
Latest Comments
Comment by hpstg
Comment by tobiasquinn
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
Cannot get it to work except for pictures (jpg). I am missing something, in Linux Mint this extension works perfectly.
Comment by honestleaf
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
@fmoralesc your link is pointing to git://github.com/seiflotfy/gnome-shell-zeitgeist-extension.git
Comment by fmoralesc
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
Yeah, that actually did the trick!
Thx a bunch, dude! :)
Comment by tobiasquinn
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
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
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...