Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2009-04-12 18:34:29 (GMT)
committer Michael Stone <michael@laptop.org>2009-04-12 18:34:29 (GMT)
commit07dde9ee384b08226d4d0e24929c4923b94d4a8e (patch)
treeed4a0b5424a0a81e40126774ab17001317a62e31
parent90c8c3100bc90947930d8de8cc60f699453cdbcb (diff)
Xephyr is not yet ready for prime-time.
-rwxr-xr-xrainbow/bin/rainbow-easy4
1 files changed, 2 insertions, 2 deletions
diff --git a/rainbow/bin/rainbow-easy b/rainbow/bin/rainbow-easy
index 92e28a4..ca8bca0 100755
--- a/rainbow/bin/rainbow-easy
+++ b/rainbow/bin/rainbow-easy
@@ -2,7 +2,7 @@
function usage() {
echo "sudo $0 ID /path/to/program"
- echo "ex: sudo $0 nice /bin/bash"
+ echo "ex: sudo $0 banking /bin/bash"
exit 1
}
@@ -23,4 +23,4 @@ for kv in env:
EOF`
fi
-exec rainbow-run -s /var/spool/rainbow/2 -u "$SUDO_USER" -c "`pwd`" -f 0 -f 1 -f 2 -i "${SUDO_USER}_${ID}" -E "DISPLAY=$DISPLAY" -a /usr/bin/rainbow-xify -o audio -o xephyr -- $@
+exec rainbow-run -s /var/spool/rainbow/2 -u "$SUDO_USER" -c "`pwd`" -f 0 -f 1 -f 2 -i "${SUDO_USER}_${ID}" -E "DISPLAY=$DISPLAY" -a /usr/bin/rainbow-xify -o audio -- $@