FS#42280 - [rhythmbox] No module named 'zeitgeist"

Attached to Project: Arch Linux
Opened by Guillaume Hayot (PostBlue) - Tuesday, 07 October 2014, 10:51 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 05 May 2021, 19:45 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: I'm unable to activate the Zeitgeist plugin in Rhythmbox. When I try so, I have this output :

Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.py", line 35, in <module>
from zeitgeist.client import ZeitgeistClient
ImportError: No module named 'zeitgeist'

(rhythmbox:12518): libpeas-WARNING **: Error loading plugin 'rbzeitgeist'

Additional info:
* package version(s) : rhythmbox 3.0.3-1, zeitgeist 0.9.15-1
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Wednesday, 05 May 2021, 19:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  rhythmbox 3.4.4-4
Comment by Doug Newgard (Scimmia) - Tuesday, 07 October 2014, 15:56 GMT
Looks like rhythmbox is using python3, where zeitgeist is only built for python2.
Comment by Jan Alexander Steffens (heftig) - Tuesday, 07 October 2014, 17:58 GMT
I'm playing with the thought of removing zeitgeist support from our GNOME packages. Upstream seems to be dead, anyway.
Comment by mattia (nTia89) - Wednesday, 19 November 2014, 19:59 GMT
I confirm the bug
* rhythmbox-3.1-1
Comment by crvi (crvi) - Sunday, 06 September 2020, 10:41 GMT
  • Field changed: Percent Complete (100% → 0%)
Rhythmbox zeitgeist plugin has been ported to Python3 via Gobject introspection bindings:

https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/efcb4653a13a723b5b99fb5e387f60d5110ae840

More improvements to zeitgiest plugin pending review:

https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/75/commits

Upstream zeitgeist is maintained at https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/commits/master
Comment by crvi (crvi) - Wednesday, 05 May 2021, 09:45 GMT
  • Field changed: Percent Complete (100% → 0%)
Sorry, but I still see that rhythmbox zeitgeist plugin is removed after install.

https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/rhythmbox#n74

package() {
cd $pkgname
make DESTDIR="$pkgdir" install
rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
rm -r "$pkgdir/usr/lib/rhythmbox/plugins/rbzeitgeist"
}

So, why is this marked as fixed ?

Thanks!

Loading...