summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2010-11-01 22:49:16 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-11-01 22:49:49 +0000
commite0dee6e7ead6cd5cd63d92984d87825ae8dcc401 (patch)
treecd9ec3edd447a928c83bd5dbef0ce7c07b7a499e
parentd6d174a00fd5ac620f4a6cd4f4dd47e3b538bb06 (diff)
Use -noclipboard to see if that resolves shutdown stability problemsHEADmaster
-rwxr-xr-xstartup.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/startup.sh b/startup.sh
index 7bf130a..f30b02e 100755
--- a/startup.sh
+++ b/startup.sh
@@ -1,3 +1,2 @@
#!/bin/sh -x
-startx /usr/bin/sleep 10 -- :99 2>&1
-#cat /opt/jhbuild/install/var/log/XWin.99.log
+startx /usr/bin/sleep 10 -- :99 -noclipboard 2>&1