abrt version: 1.1.13 architecture: x86_64 component: gnome-activity-journal executable: /usr/bin/gnome-activity-journal kernel: 2.6.35.2-9.fc14.x86_64 package: gnome-activity-journal-0.5.0-1.fc14 reason: client.py:82:__getattr__:TypeError: Unknown method name: GetHistogramData release: Fedora release 14 (Laughlin) How to reproduce: 1. Tried to launch after running yum update to grab latest versions of Activity Journal and Zeitgeist. time: 1282805714 uid: 500 backtrace ----- client.py:82:__getattr__:TypeError: Unknown method name: GetHistogramData Traceback (most recent call last): File "/usr/bin/gnome-activity-journal", line 99, in <module> from src.main import PortalWindow File "/usr/share/gnome-activity-journal/src/main.py", line 30, in <module> from activity_widgets import MultiViewContainer, TimelineViewContainer, ThumbViewContainer File "/usr/share/gnome-activity-journal/src/activity_widgets.py", line 35, in <module> from store import ContentStruct, CLIENT File "/usr/share/gnome-activity-journal/src/store.py", line 504, in <module> STORE = Store() File "/usr/share/gnome-activity-journal/src/store.py", line 367, in __init__ days_population = ZeitgeistDBusInterface().get_extension("Log", "journal/activity").GetHistogramData() File "/usr/lib/python2.7/site-packages/zeitgeist/client.py", line 82, in __getattr__ raise TypeError("Unknown method name: %s" % name) TypeError: Unknown method name: GetHistogramData Local variables in innermost frame: self: <zeitgeist.client._DBusInterface object at 0x22a6150> name: 'GetHistogramData'
Created an attachment (id=441122) File: backtrace
Is it possible that you are still running the old zeitgeist version? Could you try killing all zeitgeist processes and starting gnome-activity-journal again?
Yes, I just killed the legacy processes and it now launches, thanks. You can close this bug.