After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 84847 - Presario 700 Battery
Presario 700 Battery
Status: RESOLVED DUPLICATE of bug 89681
Product: gnome-applets
Classification: Other
Component: battery
1.1.x
Other other
: Normal major
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-06-11 11:26 UTC by Raul Sanchez Sanchez
Modified: 2006-02-13 07:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Raul Sanchez Sanchez 2002-06-11 11:26:29 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
Comment 1 Luis Villa 2002-09-13 00:44:32 UTC
Ack! sorry we missed this, Raul. I've added some keywords; hopefully
this'll get looked at and applied soon.
Comment 2 Kjartan Maraas 2002-10-22 18:46:55 UTC
This should go in if it's correct I guess.
Comment 3 Kevin Vandersloot 2002-10-25 22:13:46 UTC

*** This bug has been marked as a duplicate of 89681 ***