gnome-terminal --disable-factory to make it start a new process per command.
[techtalk-pse.git] / examples / simple / functions
index 03d70cf..c1e12a3 100644 (file)
@@ -17,6 +17,7 @@ terminal ()
         --window \
         --geometry=+100+100 \
         --hide-menubar \
+        --disable-factory \
         -e '/bin/bash --norc' \
         "$@"
 }