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 753425 - Add power status icon
Add power status icon
Status: RESOLVED FIXED
Product: gnome-flashback
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Flashback Maintainers
GNOME Flashback Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-09 20:52 UTC by Balló György
Modified: 2015-09-09 21:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Standalone power systray applet (5.22 KB, application/javascript)
2015-08-09 20:52 UTC, Balló György
Details

Description Balló György 2015-08-09 20:52:13 UTC
Created attachment 308984 [details]
Standalone power systray applet

The power status applet for GNOME fallback mode was provided by the gnome-settings-daemon project, but it was dropped later:
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=62e90a7e825a07f75e4a67074cd3fb2e91318475

Since it was deeply integrated into gnome-settings-daemon, so we can't use this dropped code.

GNOME Shell has its own power status indicator front-end implemented in power.js:
https://git.gnome.org/browse/gnome-shell/tree/js/ui/status/power.js

I ported GNOME Shell's implementation to a standalone systray applet, which is suitable for use within the GNOME Flashback session, we just need to autostart it.
Comment 1 Alberts Muktupāvels 2015-09-09 21:52:05 UTC
Thanks for initial version. :)