GNOME Bugzilla – Bug 696212
lock screen exception in initial-setup mode
Last modified: 2013-03-24 08:39:58 UTC
Created attachment 239391 [details] journal output Got the following with the current gnome-ostree master:
Looks like that the initial-setup session is trying to instantiate the lockScreen button (combinated volume-battery-network), and choking because there is no battery indicator. Given that we have battery in gdm, it looks correct to me to have battery in initial-setup too, but maybe there is a reason for this difference.
I can't think of any reason why initial-setup should be special wrt. the battery indicator, but indeed I don't see it in the designs...
(In reply to comment #2) > I can't think of any reason why initial-setup should be special wrt. the > battery indicator, but indeed I don't see it in the designs... I don't care about "what is in the design" there is NO reason not to show the battery there.
Created attachment 239620 [details] [review] initial-setup: Add battery icon There is no reason why there shouldn't be a battery icon in initial-setup, knowing how much battery you have left is useful in during setup as well. This also fixes an exception in the lock screen caused by the combined icon not finding the battery one.
Review of attachment 239620 [details] [review]: This is probably right.
We should probably ship the initial-setup mode in gnome-initial-setup now that we have external session modes.
but for 3.8.0, lets just take the minimal fix here.
I'll give my +1 for the release team here. Please ask for a second approval
Second +1 for release team. Go ahead.
Attachment 239620 [details] pushed as 9b3b419 - initial-setup: Add battery icon