diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 12:01:20 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 12:01:20 -0500 |
commit | e29693add634955c9eabdcc7de91ac6a0e600857 (patch) | |
tree | 7d37497dcef1b1354bf28241fc7f449081a11e06 | |
parent | 4e2b76979c68169ec1a5d5d9801215714b96debd (diff) | |
download | lua4win-dist-lua-e29693add634955c9eabdcc7de91ac6a0e600857.tar.gz lua4win-dist-lua-e29693add634955c9eabdcc7de91ac6a0e600857.tar.bz2 lua4win-dist-lua-e29693add634955c9eabdcc7de91ac6a0e600857.zip |
Add explicit display
-rwxr-xr-x | test | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ | |||
3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & | 3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & |
4 | set DISPLAY=:99 | 4 | set DISPLAY=:99 |
5 | sleep 5 | 5 | sleep 5 |
6 | msiexec /i lua4win.msi & | 6 | # For some reason we have to set this here, having set .. ^ is not enough |
7 | DISPLAY=:99 msiexec /i lua4win.msi & | ||
7 | sleep 5 | 8 | sleep 5 |
8 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png | 9 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png |
9 | DISPLAY=:99 xdotool mousemove --sync 573 618 | 10 | DISPLAY=:99 xdotool mousemove --sync 573 618 |