2006-01-20, 12:52 PM
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