--- mozilla-launcher-1.59.orig 2008-03-12 22:08:11.000000000 +0300 +++ mozilla-launcher-1.59 2008-03-28 00:08:27.000000000 +0300 @@ -87,7 +87,7 @@ if [[ -x /usr/bin/xtoolwait ]]; then xtoolwait sleep 10 # hope it hasn't mapped yet else - sleep 1 + sleep 2 for ((i = 0; i < 40; i = i + 1)); do try_running 'ping()' && break || sleep 0.25 done @@ -595,7 +595,7 @@ sanitize_url() { # We only really need to filter '(' and ')' as these break openURL - echo $1 | sed -e's/(/%28/g' -e's/)/%29/g' + echo $* | sed -e's/(/%28/g' -e's/)/%29/g' } # Call the main sub, which is defined at the top of this script