]> git.lyx.org Git - lyx.git/blob - development/keystest/initXvfb
Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
[lyx.git] / development / keystest / initXvfb
1 if [ -z "$1" ]
2 then
3         d=1
4 else
5         d=$1
6 fi
7
8 #Xvfb :1 -screen 1 800x600x24 -fbdir /tmp &
9 #Xvfb :1 -screen 1 800x600x24 -pixdepths "1 8 16 24 32"  &
10 #Xvfb :$d -ac -screen 0 800x600x24 -wr
11 echo 1
12 Xvfb :$d -ac -screen 0 800x600x24 -wr &
13
14 echo 2
15 export DISPLAY=:$d
16 echo 3
17 icewm&
18 echo 4
19 #metacity&
20 echo 5
21 while true
22 do
23         sleep 300 
24         icewm &
25 done &
26 echo 6