From 9149e35248716db522929795b3b905883eb5f86a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 2 Jun 2016 08:39:40 +0200 Subject: [PATCH] Try to enable xinerama for tests --- test/run_fuzzy_test.sh | 2 +- test/run_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run_fuzzy_test.sh b/test/run_fuzzy_test.sh index e7e5d81a..b055b328 100755 --- a/test/run_fuzzy_test.sh +++ b/test/run_fuzzy_test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -dmenu > output.txt & +echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -no-regex -dmenu > output.txt & RPID=$! # send enter. diff --git a/test/run_test.sh b/test/run_test.sh index d6a6f824..ecee0ed0 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -6,7 +6,7 @@ function create_fake_x ( ) { export DISPLAY=":$1" echo "Starting fake X: ${DISPLAY}" - Xvfb -screen 0 1280x1024x24 ${DISPLAY} & + Xvfb +extension XINERAMA +xinerama -screen 0 1280x1024x24 -screen 1 800x600x24 ${DISPLAY} & XPID=$! sleep 1; timeout -k 30s 30s fluxbox &