Re: [OE-core] [PATCH] lib/oe/terminal: add support for Terminology terminal emulator

2015-01-29 Thread Rodrigo Chiossi

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 
---
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


--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] lib/oe/terminal: add support for Terminology terminal emulator

2015-01-06 Thread Rodrigo Chiossi
Terminology is the default Enlightenment terminal emulator

Signed-off-by: Rodrigo Chiossi 
---
 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

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core