Description of problem: Applet won't start. Version-Release number of selected component (if applicable): rhn-applet-2.0.6-1 bonobo-1.0.22-1 How reproducible: 100% Steps to Reproduce: 1. rhn-applet-gui
Changed component. The files moved around in gnome-python2-bonobo, and python can no longer find them.
Okay, this seems to be caused by a messy upgrade. Python is finding the files in /usr/lib/python2.2/site-packages/bonobo, which is no longer owned by any package, and so misses the files in /usr/lib/python2.2/site-packages/gtk-2.0/bonobo altogether. Perhaps we need (a) to own the directory (b) a preun to clean up .pyc/.pyo files in it (c) a way to fix the fact that we didn't do this before.
*** Bug 80190 has been marked as a duplicate of this bug. ***
Created attachment 88891 [details] tail of strace redhat-config-printer
rh-config-printer-0.6.25-1 still fails. See the attachment for tail of the strace. It looks like it's looking for __builtin*, which don't exist anyplace on my machine. bonobo-1.0.22-1 bonobo-activation-2.1.1-1 bonobo-activation-devel-2.1.1-1 bonobo-conf-0.16-3 bonobo-conf-devel-0.16-3 bonobo-devel-1.0.22-1 gnome-python2-bonobo-1.99.13-2 libbonobo-2.1.0-1 libbonobo-devel-2.1.0-1 libbonoboui-2.1.1-1 libbonoboui-devel-2.1.1-1
It's not a redhat-config-printer bug, but a gnome-python2 bug. The work-around for the time being is to: rm -rf /usr/lib/python2.2/site-packages/bonobo
Thanks for the help. It worksforme. jay
*** Bug 80528 has been marked as a duplicate of this bug. ***
*** Bug 80610 has been marked as a duplicate of this bug. ***
*** Bug 80633 has been marked as a duplicate of this bug. ***
*** Bug 82572 has been marked as a duplicate of this bug. ***
*** Bug 82496 has been marked as a duplicate of this bug. ***
Adding: %triggerun bonobo -- gnome-python2-bonobo < 1.99.14-5 rm -f /usr/lib/python2.2/site-packages/bonobo/__init__.{pyc,pyo}
Fix confirmed with gnome-python2-bonobo-1.99.14-5.
*** Bug 83807 has been marked as a duplicate of this bug. ***