meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to gnome...
authorJacob Kroon <jacob.kroon@mikrodidakt.se>
Mon, 30 Dec 2013 18:17:58 +0000 (19:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:56:29 +0000 (12:56 +0000)
commit66ab75ca2ac4bd3aec95d51edc911ef540b29662
tree1c6fc93d6c18320e51c58f64917e5d7b60688adf
parent2925b387b4bad634af08d08e430545c84b02a4ec
meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to gnome-terminal

By default, all GNOME terminals share a single process,
reducing memory usage.  This can be disabled by starting gnome-terminal
with the --disable-factory option

However, gnome-terminal in Fedora 20 does no longer support the
'--disable-factory' flag, so remove it. As the support for 'mate' terminals was
added as a copy of the gnome code in 8cc078a9c679845464c59028f584d7aba098cc1f,
remove the flag here aswell.

(From OE-Core rev: e8dca725ed8211a874472300a3ed50e494039ab9)

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/terminal.py