Add a sleep to desktop_update_graphical
Try and avoid failure to launch alt-f1 dialog... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5680b1f5b4
commit
acc4ccd7cc
@ -22,6 +22,7 @@ sub run {
|
||||
else {
|
||||
# this launches GNOME Software on GNOME, dunno for any other
|
||||
# desktop yet
|
||||
sleep 3;
|
||||
menu_launch_type('update');
|
||||
}
|
||||
# GNOME Software has a welcome screen, get rid of it if it shows
|
||||
|
Loading…
Reference in New Issue
Block a user