All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib/oe/terminal: add support for Terminology terminal emulator
@ 2015-01-06 14:18 Rodrigo Chiossi
  2015-01-29 12:30 ` Rodrigo Chiossi
  0 siblings, 1 reply; 2+ messages in thread
From: Rodrigo Chiossi @ 2015-01-06 14:18 UTC (permalink / raw)
  To: openembedded-core

Terminology is the default Enlightenment terminal emulator

Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>
---
 meta/lib/oe/terminal.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
index 0a623c7..e9af726 100644
--- a/meta/lib/oe/terminal.py
+++ b/meta/lib/oe/terminal.py
@@ -63,6 +63,10 @@ class Xfce(XTerminal):
     command = 'xfce4-terminal -T "{title}" -e "{command}"'
     priority = 2
 
+class Terminology(XTerminal):
+    command = 'terminology -T="{title}" -e {command}'
+    priority = 2
+
 class Konsole(XTerminal):
     command = 'konsole -T "{title}" -e {command}'
     priority = 2
-- 
2.1.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib/oe/terminal: add support for Terminology terminal emulator
  2015-01-06 14:18 [PATCH] lib/oe/terminal: add support for Terminology terminal emulator Rodrigo Chiossi
@ 2015-01-29 12:30 ` Rodrigo Chiossi
  0 siblings, 0 replies; 2+ messages in thread
From: Rodrigo Chiossi @ 2015-01-29 12:30 UTC (permalink / raw)
  To: openembedded-core

Ping

On Tue, Jan 06, 2015 at 12:18:54PM -0200, Chiossi, Rodrigo wrote:
>Terminology is the default Enlightenment terminal emulator
>
>Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>
>---
> meta/lib/oe/terminal.py | 4 ++++
> 1 file changed, 4 insertions(+)
>
>diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
>index 0a623c7..e9af726 100644
>--- a/meta/lib/oe/terminal.py
>+++ b/meta/lib/oe/terminal.py
>@@ -63,6 +63,10 @@ class Xfce(XTerminal):
>     command = 'xfce4-terminal -T "{title}" -e "{command}"'
>     priority = 2
>
>+class Terminology(XTerminal):
>+    command = 'terminology -T="{title}" -e {command}'
>+    priority = 2
>+
> class Konsole(XTerminal):
>     command = 'konsole -T "{title}" -e {command}'
>     priority = 2
>-- 
>2.1.3
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-29 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06 14:18 [PATCH] lib/oe/terminal: add support for Terminology terminal emulator Rodrigo Chiossi
2015-01-29 12:30 ` Rodrigo Chiossi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.