[Zeitgeist] [Bug 830634] Re: Crash on startup: TypeError: getattr(): attribute name must be string

2017-10-27 Thread Bug Watch Updater
** Changed in: gnome-activity-journal (Fedora) Status: Unknown => Fix Released ** Changed in: gnome-activity-journal (Fedora) Importance: Unknown => Undecided -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist

[Zeitgeist] [Bug 830634] Re: Crash on startup: TypeError: getattr(): attribute name must be string

2011-09-16 Thread मनीष सिन्हा
** Changed in: gnome-activity-journal Milestone: 0.8.1 = None -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/830634 Title: Crash on startup: TypeError: getattr():

[Zeitgeist] [Bug 830634] Re: Crash on startup: TypeError: getattr(): attribute name must be string

2011-09-10 Thread मनीष सिन्हा
** Also affects: zeitgeist Importance: Undecided Status: New -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/830634 Title: Crash on startup: TypeError: getattr():

[Zeitgeist] [Bug 830634] Re: Crash on startup: TypeError: getattr(): attribute name must be string

2011-09-10 Thread Siegfried Gevatter
Hi, This problem is fixed in Zeitgeist 0.8.1.1 (the particular commit, in case you're curious, is http://bazaar.launchpad.net/~zeitgeist/zeitgeist/trunk/revision/1789). ** Changed in: zeitgeist Status: New = Fix Released ** Changed in: zeitgeist Assignee: (unassigned) = Siegfried

[Gnome-zeitgeist] [Bug 830634] Re: Crash on startup: TypeError: getattr(): attribute name must be string

2011-08-29 Thread Martijn Faassen
Okay, I hacked my way into getting a GUI. Here's my hack around line 105 (the place of the original traceback). Replace the line: meth = getattr(self.__iface, method_name) with this: import dbus.proxies if not

[Gnome-zeitgeist] [Bug 830634] Re: Crash on startup: TypeError: getattr(): attribute name must be string

2011-08-29 Thread Martijn Faassen
A pdb shows that method_name is a dbus.proxies._ProxyMethod. This seems to be a callable itself. I think there's another bug lurking here though, as the meth it tries to getattr is never actually used. Maybe it should be returned? Not knowing what is really going on I tried various things, but

[Gnome-zeitgeist] [Bug 830634] Re: Crash on startup: TypeError: getattr(): attribute name must be string

2011-08-22 Thread मनीष सिन्हा
** Changed in: gnome-activity-journal Importance: Undecided = Medium ** Changed in: gnome-activity-journal Status: New = Confirmed ** Changed in: gnome-activity-journal Milestone: None = 0.8.1 -- You received this bug notification because you are a member of GNOME Zeitgeist Team,