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 714772f741..89ddb4671a 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/terminal.py | |||
| @@ -65,7 +65,7 @@ class Gnome(XTerminal): | |||
| 65 | XTerminal.__init__(self, sh_cmd, title, env, d) | 65 | XTerminal.__init__(self, sh_cmd, title, env, d) |
| 66 | 66 | ||
| 67 | class Mate(XTerminal): | 67 | class Mate(XTerminal): |
| 68 | command = 'mate-terminal -t "{title}" -x {command}' | 68 | command = 'mate-terminal --disable-factory -t "{title}" -x {command}' |
| 69 | priority = 2 | 69 | priority = 2 |
| 70 | 70 | ||
| 71 | class Xfce(XTerminal): | 71 | class Xfce(XTerminal): |
