diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 18:21:37 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 18:21:37 -0500 |
commit | ebe5be3792d13d391fb2ecc924ab158bfdb1de4c (patch) | |
tree | 97ebbbea4e9b996fb14aec16e27752fe794fca31 | |
parent | 8463b90c5b5bd7f50243cb9388e40b1af13a0d28 (diff) | |
download | lua4win-dist-lua-ebe5be3792d13d391fb2ecc924ab158bfdb1de4c.tar.gz lua4win-dist-lua-ebe5be3792d13d391fb2ecc924ab158bfdb1de4c.tar.bz2 lua4win-dist-lua-ebe5be3792d13d391fb2ecc924ab158bfdb1de4c.zip |
Increase sleep before we start using the installer
-rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ DISPLAY=:99 WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -i | |||
8 | DISPLAY=:99 msiexec /i lua4win.msi & | 8 | DISPLAY=:99 msiexec /i lua4win.msi & |
9 | win=$(DISPLAY=:99 xdotool search --sync --name "Installer") | 9 | win=$(DISPLAY=:99 xdotool search --sync --name "Installer") |
10 | WIN="Lua4Win Installer 1.0 Setup" | 10 | WIN="Lua4Win Installer 1.0 Setup" |
11 | DISPLAY=:99 xdotool sleep 1 | 11 | DISPLAY=:99 xdotool sleep 3 |
12 | # Click agree to terms | 12 | # Click agree to terms |
13 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png | 13 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png |
14 | DISPLAY=:99 xdotool mousemove --window "$win" --sync 180 285 | 14 | DISPLAY=:99 xdotool mousemove --window "$win" --sync 180 285 |