diff options
| -rw-r--r-- | meta/lib/oe/terminal.py | 2 |
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 | ||
| 54 | class Gnome(XTerminal): | 54 | class 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 | ||
| 58 | class Mate(XTerminal): | 58 | class Mate(XTerminal): |
