Testcases: Use Xephyr instead of XDummy
Replace the XDummy script with Xephyr. This is done because of some changes in the Xorg server that make XDummy difficult to use. Rename library internal variables and function names to replace "xdummy" with "xserver" to show this change (except for renaming the package and lib file for better git history). Rename the switch `--keep-xdummy-output` to `--keep-xserver-output`. This switch should now be rarely used because Xephyr requires less set up. Replace "xdummy" with "xephyr" in comments and utility help information. Update docs to show the new dependency. fixes #1367
This commit is contained in:
committed by
Michael Stapelberg
parent
ea2552e852
commit
2ddbc71e2b
@ -69,7 +69,7 @@ cmd 'border 1pixel';
|
||||
test_resize;
|
||||
|
||||
################################################################################
|
||||
# Check if we can position a floating window out of bounds. The XDummy screen
|
||||
# Check if we can position a floating window out of bounds. The Xephyr screen
|
||||
# is 1280x1024, so x=2864, y=893 is out of bounds.
|
||||
################################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user