summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-12-19 16:21:05 -0500
committerRay Strode <rstrode@redhat.com>2008-12-19 16:21:05 -0500
commita0685d18c86df77b4edbf909a8ea7d54acda7327 (patch)
tree7e8da743b80cc605b241e9f5ca970c506a2568cf
parent78b5335902fff86262037c64eb88577d0918cc7a (diff)
Update start script to work new compositor namelocal-changes
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index f6d2620..fcee84b 100755
--- a/run.sh
+++ b/run.sh
@@ -17,6 +17,6 @@ export DISPLAY=:0
sleep 4
gnome-session
" > /dev/null &
-sudo env EAGLE_DRIVER_PATH=$EAGLE_DRIVER_PATH ./egl-compositor -i 'event[45]'
+sudo env EAGLE_DRIVER_PATH=$EAGLE_DRIVER_PATH ./wayland-system-compositor -i 'event[45]'
trap "" 2
wait