1
0
Fork 0
mutter-performance-source/src/run-metacity.sh

16 lines
307 B
Bash
Raw Normal View History

2001-05-31 03:30:58 +00:00
#! /bin/bash
2001-06-03 05:39:43 +00:00
if test -z "$SCREENS"; then
SCREENS=2
fi
2001-06-03 18:33:59 +00:00
if test "$DEBUG" = none; then
DEBUG=
elif test -z "$DEBUG"; then
DEBUG=gdb
fi
2001-06-10 07:52:35 +00:00
Xnest :1 -scrns $SCREENS -geometry 640x480 -bw 15 &
usleep 50000
2001-06-03 18:33:59 +00:00
METACITY_UISLAVE_DIR=./uislave DISPLAY=:1 unst libtool --mode=execute $DEBUG ./metacity
2001-05-31 06:42:58 +00:00
killall Xnest