There's a bug in the package gnome-sensors-applet. When I try to add it to panel, it gives me this error:
--------- System exception: IDL:Bonobo/GeneralError:1.0 : Cannot create process:Failed to execute "/usr/lib/sensors-applet" (Permission denied) --------- The file /usr/lib/bonobo/servers/SensorsApplet.server is pointing to the wrong executable, on the second line: ---------------- <oaf_server iid="OAFIID:SensorsApplet_Factory" type="exe" location="/usr/lib/sensors-applet"> --------------- Actually, it is /usr/lib/sensors-applet/sensors-applet. I changed to: --------------------- <oaf_server iid="OAFIID:SensorsApplet_Factory" type="exe" location="/usr/lib/sensors-applet/sensors-applet"> ---------------------- and the applet is working now. I don't know if it is the right place to report bugs; if not, tell me and I will send this report to the right place. My system: OpenSUSE 11.1 _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
