Linux-Noob Forums

Full Version: after yum update, gnome-applets don't load
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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