git.annexia.org
/
techtalk-pse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b7329
)
gnome-terminal --disable-factory to make it start a new process per command.
author
Richard Jones
<rjones@redhat.com>
Thu, 4 Mar 2010 09:44:00 +0000
(09:44 +0000)
committer
Richard Jones
<rjones@redhat.com>
Thu, 4 Mar 2010 09:44:00 +0000
(09:44 +0000)
examples/simple/functions
patch
|
blob
|
history
diff --git
a/examples/simple/functions
b/examples/simple/functions
index
03d70cf
..
c1e12a3
100644
(file)
--- 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' \
"$@"
}