All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] terminal.py: fixes launching multiple windows of gnome-terminal
@ 2015-01-27 23:36 Alejandro Hernandez
  2015-01-29 10:56 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Alejandro Hernandez @ 2015-01-27 23:36 UTC (permalink / raw)
  To: openembedded-core

When resolving a patch, a new process of gnome-terminal

is created for every patch to be resolved, it "waits"

for the previous one to end, instead of launching

multiple windows at the same time.

[YOCTO #7254]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/lib/oe/terminal.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
index 0a623c7..273590b 100644
--- a/meta/lib/oe/terminal.py
+++ b/meta/lib/oe/terminal.py
@@ -52,7 +52,7 @@ class XTerminal(Terminal):
             raise UnsupportedTerminal(self.name)
 
 class Gnome(XTerminal):
-    command = 'gnome-terminal -t "{title}" -x {command}'
+    command = 'gnome-terminal -t "{title}" --disable-factory -x {command}'
     priority = 2
 
 class Mate(XTerminal):
-- 
1.9.1



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

* Re: [PATCH] terminal.py: fixes launching multiple windows of gnome-terminal
  2015-01-27 23:36 [PATCH] terminal.py: fixes launching multiple windows of gnome-terminal Alejandro Hernandez
@ 2015-01-29 10:56 ` Burton, Ross
  2015-01-29 16:11   ` Alejandro Hernandez
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2015-01-29 10:56 UTC (permalink / raw)
  To: Alejandro Hernandez; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

On 27 January 2015 at 23:36, Alejandro Hernandez <
alejandro.hernandez@linux.intel.com> wrote:

> When resolving a patch, a new process of gnome-terminal
>
> is created for every patch to be resolved, it "waits"
>
> for the previous one to end, instead of launching
>
> multiple windows at the same time.
>

I wish I knew what causes some of your commit messages to end up being
double-line-spaced!

Ross

[-- Attachment #2: Type: text/html, Size: 861 bytes --]

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

* Re: [PATCH] terminal.py: fixes launching multiple windows of gnome-terminal
  2015-01-29 10:56 ` Burton, Ross
@ 2015-01-29 16:11   ` Alejandro Hernandez
  0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Hernandez @ 2015-01-29 16:11 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

On 29/01/15 04:56, Burton, Ross wrote:
>
> On 27 January 2015 at 23:36, Alejandro Hernandez 
> <alejandro.hernandez@linux.intel.com 
> <mailto:alejandro.hernandez@linux.intel.com>> wrote:
>
>     When resolving a patch, a new process of gnome-terminal
>
>     is created for every patch to be resolved, it "waits"
>
>     for the previous one to end, instead of launching
>
>     multiple windows at the same time.
>
>
> I wish I knew what causes some of your commit messages to end up being 
> double-line-spaced!
>
> Ross

I was copying and pasting, will stop now.

[-- Attachment #2: Type: text/html, Size: 1645 bytes --]

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-27 23:36 [PATCH] terminal.py: fixes launching multiple windows of gnome-terminal Alejandro Hernandez
2015-01-29 10:56 ` Burton, Ross
2015-01-29 16:11   ` Alejandro Hernandez

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.