summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/terminal.py')
-rw-r--r--meta/lib/oe/terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
index 0a623c75b1..273590bb6b 100644
--- a/meta/lib/oe/terminal.py
+++ b/meta/lib/oe/terminal.py
@@ -52,7 +52,7 @@ class XTerminal(Terminal):
52 raise UnsupportedTerminal(self.name) 52 raise UnsupportedTerminal(self.name)
53 53
54class Gnome(XTerminal): 54class Gnome(XTerminal):
55 command = 'gnome-terminal -t "{title}" -x {command}' 55 command = 'gnome-terminal -t "{title}" --disable-factory -x {command}'
56 priority = 2 56 priority = 2
57 57
58class Mate(XTerminal): 58class Mate(XTerminal):