GNOME Bugzilla – Bug 649678
GtkAssistant warnings
Last modified: 2011-06-10 16:58:31 UTC
Launching "gnome-control-center user-accounts" in master, I get the following warnings: (gnome-control-center:21260): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to underallocate GtkComboBox's child GtkCellView 0x15997b0. Allocation is 96x22, but minimum required size is 97x22. And the left hand-side of the wizard is a big gaping white space.
> And the left hand-side of the wizard is a big gaping white space. Theming issue, I guess. Is this with Adwaita or with Raleigh, or with a mixture ? The sidebar is supposed to show a list of page titles, with the current page emphasized.
The underallocation warnings are unrelated and harmless.
Created attachment 187487 [details] [review] a patch Here is a patch that makes the fingerprint assistant work better with the new-style GtkAssistant. Changes include: - Set a separate page title for each step - Don't set header images - no longer used by GTK+ - Don't poke at GtkAssistant internals - Avoid resizing the window when the status message changes
Created attachment 187500 [details] [review] updated patch
commit 5ffae5b569dd80543b4466daec9abef4be06d36a Author: Matthias Clasen <mclasen@redhat.com> Date: Fri Jun 10 17:57:29 2011 +0100 user-accounts: Fix fingerprint assistant https://bugzilla.gnome.org/show_bug.cgi?id=649678