From 4d138a9f3de4fd1ad9beb85518daa0de6bc398d5 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Sun, 30 Jan 2011 15:59:41 +0000 Subject: [PATCH] Avoid confusing the window name of a LyX instance with the one of Thunderbird while displaying LyX mails or Firefox while displaying LyX web pages. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37375 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/autotests/single-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/single-test.sh b/development/autotests/single-test.sh index 6f1a7b0131..dd2dec67f6 100755 --- a/development/autotests/single-test.sh +++ b/development/autotests/single-test.sh @@ -16,7 +16,7 @@ if [ "$1" != "" ]; then fi export MAX_DROP=0 -export LYX_WINDOW_NAME=$(wmctrl -l | grep LyX | sed -e 's/.*\(LyX: .*\)$/\1/') +export LYX_WINDOW_NAME=$(wmctrl -l | grep -v Mozilla | grep -v Firefox | grep LyX | sed -e 's/.*\(LyX: .*\)$/\1/') export MAX_LOOPS=1 export LYX_EXE=${LYX_EXE:-../../src/lyx}