GNOME Bugzilla – Bug 662711
Power item in message tray
Last modified: 2011-10-26 09:42:35 UTC
After moving the power code to gnome-settings-daemon we now get Power notifications showing up in the message tray. This shouldn't happen. Non-critical warnings should be transient and critical warnings should be urgent. In general, we don't want the OS to be putting items in the tray that don't have an app associated with them.
Created attachment 199962 [details] [review] power: Make non-urgent notifications transient gnome-power-manager used to do that, but apparently the change got lost in the transition to gnome-settings-daemon.
Created attachment 199963 [details] [review] power: Make non-urgent notifications transient Sorry, stupid copy+paste error
Review of attachment 199963 [details] [review]: Looks correct. Could you add a link to the original code (from gnome-power-manager) in the commit as well?
Attachment 199963 [details] pushed as 6e0671d - power: Make non-urgent notifications transient (In reply to comment #3) > Looks correct. Could you add a link to the original code (from > gnome-power-manager) in the commit as well? Sure, I've added a link to the corresponding g-p-m commit before pushing.