diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-27 23:12:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-27 23:12:19 +0200 |
commit | 403b0b26f6e2d435014e8f29a62c104425fbd9c4 (patch) | |
tree | db4e1a68442ab15d067ca0159fe3f4729221c9ca | |
parent | 6cd9dc93608c751c5e64ccbe47c71349e8b64950 (diff) | |
download | jenkins.debian.net-403b0b26f6e2d435014e8f29a62c104425fbd9c4.tar.xz |
g-i: try harder to move the mouse with vncdo
-rwxr-xr-x | bin/g-i-installation.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 80b0e8ad..431c3f66 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -269,8 +269,8 @@ backup_screenshot() { } do_and_report() { - vncdo -s $DISPLAY $1 "$2" - echo "At $NR (token: $TOKEN) sending $1 $2" + echo "At $NR (token: $TOKEN) sending $1 $@" + vncdo -s $DISPLAY $1 "$@" backup_screenshot } @@ -488,7 +488,7 @@ post_install_boot() { esac ;; *gnome) case $TOKEN in - 0150) do_and_report move "530 420 click 1" + 0150) do_and_report move 530 420 click 1 ;; 0200) do_and_report key alt-f2 ;; |