GNOME Bugzilla – Bug 690589
Show the headphones icon in the lock screen
Last modified: 2012-12-21 18:26:10 UTC
I asked on #gnome-design about this, after the volume menu cleanups. This is a general cleanup for lock screen item construction, too, and should allow the volume patches to succeed there.
Created attachment 232021 [details] [review] panelMenu: Remove inaccurate comment This has been out of date ever since the -symbolic fallbacks have gone away.
Created attachment 232022 [details] [review] lockScreenMenu: Construct actual panel icons much more accurately Instead of faking it by adding a bunch of main icons and secondary icons to our own box, try and recreate the original button box with the original icons.
Review of attachment 232021 [details] [review]: Yes
Review of attachment 232022 [details] [review]: Almost. ::: js/ui/status/lockScreenMenu.js @@ +49,3 @@ + + this._volume = new FakeStatusIcon(Main.panel.statusArea.volume); + this._network = new FakeStatusIcon(Main.panel.statusArea.network); You lost the if condition: _network may not exist if NM libraries are missing.
Created attachment 232076 [details] [review] lockScreenMenu: Construct actual panel icons much more accurately Instead of faking it by adding a bunch of main icons and secondary icons to our own box, try and recreate the original button box with the original icons.
Review of attachment 232076 [details] [review]: Yes.
Attachment 232021 [details] pushed as 994021d - panelMenu: Remove inaccurate comment Attachment 232076 [details] pushed as 1d136ca - lockScreenMenu: Construct actual panel icons much more accurately