diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-27 21:40:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-27 21:40:09 +0200 |
commit | e1b6921b88e4f52bdebacd725d2189f5580def91 (patch) | |
tree | ce8c344efb00dfb00f8b8e2306d24bb602131e9a /bin | |
parent | 6c451d483935da118a942386b7d6956511f54d95 (diff) | |
download | jenkins.debian.net-e1b6921b88e4f52bdebacd725d2189f5580def91.tar.xz |
click on 'use default config' in this gnome panel dialoge on first start
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 817e0c31..924bc8c5 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -270,7 +270,7 @@ backup_screenshot() { do_and_report() { vncdo -s $DISPLAY $1 "$2" - echo "At $NR sending $1 $2" + echo "At $NR (token: $TOKEN) sending $1 $2" backup_screenshot } @@ -488,9 +488,7 @@ post_install_boot() { esac ;; *gnome) case $TOKEN in - 0150) do_and_report key tab - ;; - 0170) do_and_report key enter + 0150) vncdo move 530 420 click 1 ;; 0200) do_and_report key alt-f2 ;; |