From: Richard Jones Date: Thu, 4 Mar 2010 09:44:00 +0000 (+0000) Subject: gnome-terminal --disable-factory to make it start a new process per command. X-Git-Tag: 1.0.0~19 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=570b1d4b5cfa69ac478c1bc33f78cef4375bcf36;p=techtalk-pse.git gnome-terminal --disable-factory to make it start a new process per command. --- diff --git a/examples/simple/functions b/examples/simple/functions index 03d70cf..c1e12a3 100644 --- a/examples/simple/functions +++ b/examples/simple/functions @@ -17,6 +17,7 @@ terminal () --window \ --geometry=+100+100 \ --hide-menubar \ + --disable-factory \ -e '/bin/bash --norc' \ "$@" }