mutter/src/run-metacity.sh

8 lines
200 B
Bash
Raw Normal View History

2001-05-30 23:30:58 -04:00
#! /bin/bash
2001-06-03 01:39:43 -04:00
if test -z "$SCREENS"; then
SCREENS=2
fi
Xnest :1 -scrns $SCREENS -geometry 270x270 &
2001-06-02 21:33:27 -04:00
METACITY_UISLAVE_DIR=./uislave DISPLAY=:1 unst libtool --mode=execute gdb ./metacity
2001-05-31 02:42:58 -04:00
killall Xnest