after yum update, gnome-applets don't load - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 5 (https://www.linux-noob.com/forums/forum-43.html) +---- Thread: after yum update, gnome-applets don't load (/thread-2234.html) |
after yum update, gnome-applets don't load - anyweb - 2006-01-20 if you get the following type of errors after an update in FCR5t2 Quote:The panel encountered a problem while loading "OAFIID:GNOME_BattstatApplet". Do you want to delete the applet from your configuration ? then as root do as follows (note it is one line, not two) Code: for f in /usr/lib*/bonobo/servers/*.server; do sed -ie 's|$(LIB)|$LIB|' $f; done more info here [/url][url=https://www.redhat.com/archives/fedora-deve...y/msg00903.html]https://www.redhat.com/archives/fedora-deve...y/msg00903.html restart X or restart the computer to see the fix. cheers anyweb |