GNOME Bugzilla – Bug 84847
Presario 700 Battery
Last modified: 2006-02-13 07:28:20 UTC
Hi: This applet doesn't work with the battery of a compaq presario 706 EA. The problem is that acpi-linux.c function "acpi_linux_read(struct apm_info *apminfo)" doesn't look for values in rigth place. I have modified it to this and now it works properly to me :) I write here the lines i have changed: else { batt_info = "/proc/acpi/battery/BAT0/info"; batt_state = "/proc/acpi/battery/BAT0/state"; ac_state = "/proc/acpi/ac_adapter/AC/state"; ac_state_state = "state"; charging_state = "charging state"; } thank you very much
Ack! sorry we missed this, Raul. I've added some keywords; hopefully this'll get looked at and applied soon.
This should go in if it's correct I guess.
*** This bug has been marked as a duplicate of 89681 ***