FS#62572 - [zeitgeist]: 1.0.2-1 contains empty _ontology.py file

Attached to Project: Arch Linux
Opened by Matthew Waters (ystreet00) - Wednesday, 08 May 2019, 08:23 GMT
Last edited by Jan de Groot (JGC) - Friday, 15 May 2020, 23:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The /usr/lib/python2.7/site-packages/zeitgeist/_ontology.py file is empty in zeitgeist 1.0.2-1 which causes any zeitgeist using application like gnome-activity-journal or catfish to throw an Exception like so:

$ gnome-activity-journal
Traceback (most recent call last):
File "/usr/bin/gnome-activity-journal", line 72, in <module>
from src import config
File "/usr/share/gnome-activity-journal/src/config.py", line 248, in <module>
Interpretation.VIDEO.uri: Source(Interpretation.VIDEO, "gnome-mime-video", _("Worked with a Video"), _("Worked with Videos")),
File "/usr/lib/python2.7/site-packages/zeitgeist/datamodel.py", line 116, in __getattr__
raise AttributeError("'%s' object has no attribute '%s'" %(self.__class__.__name__, name))
AttributeError: 'Symbol' object has no attribute 'VIDEO'

Downgrading zeitgeist to 1.0.1-1 has an _ontology.py with various symbols.
This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 15 May 2020, 23:21 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.0.2-5
Comment by Matthew Waters (ystreet00) - Thursday, 20 February 2020, 22:25 GMT
  • Field changed: Percent Complete (100% → 0%)
This is still an issue with the latest zeitgeist version.

Loading...