GNOME Bugzilla – Bug 688039
'Remember Password' checkbox should default to unchecked
Last modified: 2013-02-26 09:48:18 UTC
When I plug in an encrypted USB disk I'm prompted for the password. The dialog includes a 'Remember Password' checkbox which is checked by default. Since I don't want the password to be remembered I have to remember to uncheck the box every time. If I forget I have to fire up seahorse and make it forget the password. This is inconvenient. Having the box unchecked by default is less convenient for people who want the password to be remembered, but they only have to remember to check it once. After that they can forget about it.
Created attachment 228948 [details] [review] The trivial patch I'm using
OTOH I can see how this could mean that some users would never check this box just because they usually follow the defaults. That may sound silly, but I know such users are not rare. Plus, GNOME's policy is that the default should really suit the majority. So another option would be to remember the last state of the checkbox in GSettings. This way, we can keep the good default, but you only need to uncheck the box once...
(In reply to comment #2) ... > So another option would be to remember the last state of the checkbox in > GSettings. This way, we can keep the good default, but you only need to uncheck > the box once... Yep, that sounds like a better solution to me.
Created attachment 229100 [details] [review] Keep the state of the checkbox in GSettings
Review of attachment 229100 [details] [review]: Looks good to me.
Ron, do you have a git.gnome.org account or do you need someone to push?
I don't have a git account.
Ok, pushed!
Thanks Ron and Giovanni!
*** Bug 694720 has been marked as a duplicate of this bug. ***