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

8 lines
200 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
Xnest :1 -scrns $SCREENS -geometry 270x270 &
2001-06-03 01:33:27 +00:00
METACITY_UISLAVE_DIR=./uislave DISPLAY=:1 unst libtool --mode=execute gdb ./metacity
2001-05-31 06:42:58 +00:00
killall Xnest