After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708044 - Zeitgeist plugin is not Python 3 compatible
Zeitgeist plugin is not Python 3 compatible
Status: RESOLVED DUPLICATE of bug 707860
Product: rhythmbox
Classification: Other
Component: Plugins (other)
3.0
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-13 20:41 UTC by Nirbheek Chauhan
Modified: 2013-09-16 04:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Port rbzeitgeist to Python 3 (3.49 KB, patch)
2013-09-13 20:41 UTC, Nirbheek Chauhan
none Details | Review

Description Nirbheek Chauhan 2013-09-13 20:41:13 UTC
Created attachment 254884 [details] [review]
Port rbzeitgeist to Python 3

The Zeitgeist plugin still uses Python 2 syntax, and mixes tabs with spaces (which causes the interpretor to barf with a TabError). The attached patch fixes this.
Comment 1 Jonathan Matthew 2013-09-15 23:25:01 UTC
I've got three almost identical patches for this, so I'll go with the one that
was submitted first.

*** This bug has been marked as a duplicate of bug 707860 ***
Comment 2 Nirbheek Chauhan 2013-09-16 04:05:38 UTC
Oops, sorry for not searching before reporting!