From ce244689bef47306f55cb08ce6c00703dc2f493f Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 30 Jul 2010 11:10:58 +1200 Subject: [PATCH] slower start up, for gnome to settle down --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6694014..0ec032e 100755 --- a/start.sh +++ b/start.sh @@ -1,7 +1,7 @@ #!/bin/bash #0 get in place -sleep 20 +sleep 30 cd /home/douglas/sparrow [[ "$DISPLAY" ]] || export DISPLAY=:0 -- 2.11.4.GIT