Indeed, checking the diff between the versions of Ubiquity shipped in 10.04 and 10.10:
$ bzr diff --diff-options -w -r tag:2.2.23..tag:2.4.8 ./gui/gtk/stepUserInfo.ui | grep -A1 'login_encrypt' + <object class="GtkCheckButton" id="login_encrypt"> + <property name="label" translatable="yes">Encrypt my home folder</property> -- - <object class="GtkRadioButton" id="login_encrypt"> - <property name="label" translatable="yes">Require my password to log in and to decrypt my home folder</property> Mmm, seems it went in at the same same time as some of the anti-resizing tweaks: $ bzr diff -r 4383..4384 | less -S $ bzr log -r 4384..4384 | less -S committer: Evan Dandrea <[email protected]> branch nick: trunk timestamp: Tue 2010-09-21 15:52:14 +0100 message: Fix the installer window growing and shrinking when typing in the boxes on the user setup page. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/694283 Title: "Encrypt my home folder" should be disabled when "Log in automatically" is selected -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
