When login in my gnome session, a window is opened telling me the following: A programming error has been detected It probably isn't fatal, but should be reported to the developers nonetheless. The program may behave erratically from now on. Traceback (most recent call last): File "/usr/lib64/cohoba/cohoba-applet", line 88, in <lambda> factory_callback = lambda applet, iid: CohobaFactory().make_applet(applet, iid, COHOBA_APPLET_MODE_MAIN) File "/usr/lib64/python2.6/site-packages/cohoba/CohobaFactory.py", line 32, in make_applet CohobaApplet(applet, mode) File "/usr/lib64/python2.6/site-packages/cohoba/applet/CohobaApplet.py", line 21, in __init__ ui = CohobaContactIconAppletWidget(applet) File "/usr/lib64/python2.6/site-packages/cohoba/applet/CohobaAppletWidget.py", line 134, in __init__ CohobaIconAppletWidget.__init__(self, applet, "stock_person") File "/usr/lib64/python2.6/site-packages/cohoba/applet/CohobaAppletWidget.py", line 96, in __init__ self.set_img(icon) File "/usr/lib64/python2.6/site-packages/cohoba/applet/CohobaAppletWidget.py", line 114, in set_img if pixbuf.get_height() != self.applet_size-2: AttributeError: 'NoneType' object has no attribute 'get_height' From my point of view, cohoba should simply masked for removal since its upstream is dead and is no longer developed for years. If I don't misremember, empathy (probably with Megaphone applet) should be its replacement. Reproducible: Always
Upstream also discourages its usage, see "Dead" section in: http://telepathy.freedesktop.org/wiki/Components
Lets remove this crap from the tree asap.
Done.