Skip to content

Commit

Permalink
Merge pull request #4989 from OleksandrOrlov/35215_shutdown_kde
Browse files Browse the repository at this point in the history
Add workaround for shutdown fail on kde
  • Loading branch information
mitiao committed May 9, 2018
2 parents 45d64c9 + 0addaba commit b789096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ sub poweroff_x11 {

if (check_var("DESKTOP", "kde")) {
send_key "ctrl-alt-delete"; # shutdown
assert_screen 'logoutdialog', 15;
assert_screen_with_soft_timeout('logoutdialog', timeout => 90, soft_timeout => 15, 'bsc#1091933');

if (get_var("PLASMA5")) {
assert_and_click 'sddm_shutdown_option_btn';
Expand Down

0 comments on commit b789096

Please sign in to comment.