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 688978 - im-status plugin fails to load
im-status plugin fails to load
Status: RESOLVED NOTABUG
Product: rhythmbox
Classification: Other
Component: Plugins (other)
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-24 16:03 UTC by Avner Peled
Modified: 2012-12-05 22:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Avner Peled 2012-11-24 16:03:40 UTC
Hi,
I think this started happening after I've updated gtk+.
The error on activation is:

Traceback (most recent call last):
  • File "/usr/lib64/rhythmbox/plugins/im-status/im-status.py", line 54 in <module>
    class IMStatusPlugin (GObject.Object, Peas.Activatable):
  • File "/usr/lib64/python2.7/site-packages/gi/types.py", line 222 in __init__
    cls._setup_vfuncs()
  • File "/usr/lib64/python2.7/site-packages/gi/types.py", line 114 in _setup_vfuncs
    for vfunc_name, py_vfunc in cls.__dict__.items():
RuntimeError: Couldn't find GType of implementor of interface PeasActivatable. Forgot to set __gtype_name__?

Comment 1 Avner Peled 2012-12-05 22:20:23 UTC
I have fixed this by updating pygobject, after reading this:
http://blogs.gnome.org/desrt/2012/11/05/a-warning-about-glib/