Skip to content

Commit

Permalink
Merge pull request #2303 from dzedro/patch13
Browse files Browse the repository at this point in the history
Press return to select user with LXDE 42.1
  • Loading branch information
dzedro committed Jan 12, 2017
2 parents e77fc96 + ddadd0e commit 1e6a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/installation/first_boot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sub handle_login {
if (get_var('DM_NEEDS_USERNAME')) {
type_string "$username\n";
}
if (check_var('DESKTOP', 'gnome')) {
if (check_var('DESKTOP', 'gnome') || (check_var('DESKTOP', 'lxde') && check_var('VERSION', '42.1'))) {
# In GNOME/gdm, we do not have to enter a username, but we have to select it
send_key 'ret';
}
Expand Down

0 comments on commit 1e6a16c

Please sign in to comment.