diff options
Diffstat (limited to 'meta/lib/oe/terminal.py')
-rw-r--r-- | meta/lib/oe/terminal.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 273590bb6b..17d09045e4 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/terminal.py | |||
@@ -63,6 +63,10 @@ class Xfce(XTerminal): | |||
63 | command = 'xfce4-terminal -T "{title}" -e "{command}"' | 63 | command = 'xfce4-terminal -T "{title}" -e "{command}"' |
64 | priority = 2 | 64 | priority = 2 |
65 | 65 | ||
66 | class Terminology(XTerminal): | ||
67 | command = 'terminology -T="{title}" -e {command}' | ||
68 | priority = 2 | ||
69 | |||
66 | class Konsole(XTerminal): | 70 | class Konsole(XTerminal): |
67 | command = 'konsole -T "{title}" -e {command}' | 71 | command = 'konsole -T "{title}" -e {command}' |
68 | priority = 2 | 72 | priority = 2 |