The upeke2 driver in libfprint (and the device) requires 5
enrollment stages, but the UI has a hard-coded maximum of 3.
Increase the maximum to 5.
https://bugzilla.gnome.org/show_bug.cgi?id=627249
If new password is really close to the old one, 'passwd' says: "Bad: new password must be different than the old one". Handle this case too, instead of hanging.
https://bugzilla.gnome.org/show_bug.cgi?id=619354
This adds a "Make Default" button in gnome-display-properties, which is used
to set up a systemwide default RANDR configuration. For users which don't have
a personal ~/.config/monitors.xml, then that systemwide configuration will
be used instead.
There is a PolicyKit helper program, gnome-display-properties-install-systemwide,
which is used to create the file
/etc/gnome-settings-daemon/xrandr/monitors.xml
in a secure fashion.
'passwd' returns an error when the new and the old passwords only differ in case. If we don't handle this (unlikely) case, users-admin hangs. Assimilate this error to "passwords are too similar".
into it and on the next run all fields are empty again.
The GTK+ 2.19.2 release notes say:
* Bugs fixed:
...
591085 GtkBuilder object ID bounded to GtkWidget "name" property
Apparently gtk_widget_get_name() was never supposed to return the ID of
the widget, so about_me_focus_out() worked only by mistake until GTK+
fixed the "bug".
right thing by setting "me = NULL" afterwards, but "me" in this case is
not the global variable, but the local one which shadows it. So the
global "me" remains non-NULL and when later about_me_focus_out() is
called, it cannot know it should return early.
It only makes sense for about_me_destroy() to operate on the global
"me", so there's no point in passing it as a parameter.
This button will use a PolicyKit helper to save the display configuration
to a systemwide file.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This feature was lost in 2.28, and people miss it. See bug 609809.
Note that this adds one new string, 'Span', which appears in the 'Style'
combobox in the background tab of the appearance capplet.
Now that the label with instructions is gone, let's have
a tooltip with better instructions.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Cross-with-arrows means 'you can move me', while hand means 'you can click me'
in this day and age. Pointed out by Ka-Hing Cheung <kahing@gmail.com>
Signed-off-by: Federico Mena Quintero <federico@novell.com>
The new window fits in 640x480 without any adjustments to the size of the
FooScrollArea, so we don't need to adjust that size anymore.
Signed-off-by: Federico Mena Quintero <federico@novell.com>