GNOME Bugzilla – Bug 643062
polkit: don't show authentication dialog until needed
Last modified: 2011-02-23 19:49:37 UTC
See https://bugs.freedesktop.org/show_bug.cgi?id=27788#c1 for details. In particular, we should never bring up the dialog if there is no password on the account. While this sounds like a weird corner case, it's not.. the Live CD, for example, does not have a root password. Btw, this should also avoid the initial dialog resize.. e.g. right now the authentication dialog appears and a split-second later we put in the StEntry widget. I will work on a patch for this.
Created attachment 181733 [details] [review] Patch Here's a patch to fix this problem
Review of attachment 181733 [details] [review]: Looks fine to me.
Comment on attachment 181733 [details] [review] Patch Committed. Thanks!