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 348750 - battery applet wakes up too often
battery applet wakes up too often
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: battery
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 353885 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-26 08:39 UTC by Allison Karlitskaya (desrt)
Modified: 2006-09-21 23:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allison Karlitskaya (desrt) 2006-07-26 08:39:21 UTC
the battery applet wakes up from sleep once per second to do practically nothing and then goes back to sleep again.

ironically, this has a negative impact on the battery life of laptops.

on hal, this is silly, since hal is entirely event driven.

the battery applet should wait for an event from hal before checking if anything new has happened.
Comment 1 Allison Karlitskaya (desrt) 2006-09-21 17:23:20 UTC
*** Bug 353885 has been marked as a duplicate of this bug. ***
Comment 2 Allison Karlitskaya (desrt) 2006-09-21 23:22:06 UTC
2006-09-21  Ryan Lortie  <desrt@desrt.ca>

        * battstat-hal.c:
        * battstat-hal.h:
        * power-management.c:
        * battstat.h:
        * battstat_applet.c: Add a callback system to notify the applet when
          changes to the battery state have been reported by HAL (removes the
          need to poll once per second).  Closes bug #348750.