[Goodies-dev] [Bug 2884] New: xfce4-battery-plugin-0.5.0: No display of temperature or fan status

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Feb 8 21:42:28 CET 2007


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2884

           Summary: xfce4-battery-plugin-0.5.0: No display of temperature or
                    fan status
           Product: Xfce Panel Plugins
           Version: unspecified
          Platform: PC (x86)
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: battery
        AssignedTo: goodies-dev at xfce.org
        ReportedBy: ulm at kph.uni-mainz.de


On a HP Compaq nc6120 laptop, the battery plugin does neither display the
temperature nor the fan status.

Attached patch should fix the problem.

Reproducible: Always
Steps to Reproduce:
1. Start battery panel plugin
Actual Results:  
Temperature and fan status are not shown.

Expected Results:  
Temperature and fan status being displayed.


Note: libacpi.c contains lines like the following:
    proc_fan_status="/proc/acpi/fan/*/state";
    if ( (fp=fopen(proc_fan_status, "r")) == NULL ) return 0;
This cannot work since fopen does not expand wildcards.


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Goodies-dev mailing list