]> code.ossystems Code Review - openembedded-core.git/commit
terminal.py: fix devshell with mate-terminal
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 25 Aug 2017 20:36:31 +0000 (13:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Aug 2017 21:29:45 +0000 (22:29 +0100)
commitc7f769bd400756d180abf80dbfdf4ed2703fab60
tree61839f49e8cb22a4068e3fbf4ebe5938ab63c106
parent6b0cf568e9fbe28fb6e7b17f4ad92348d33e2bf4
terminal.py: fix devshell with mate-terminal

Without the --disable-factory option, mate-terminal fails to start
with the error:

 | There was an error creating the child process for this terminal
 | Failed to execute child process "oe-gnome-terminal-phonehome" (No such file or directory)

The --disable-factory option was removed by:

  http://git.openembedded.org/openembedded-core/commit/?id=e8dca725ed8211a874472300a3ed50e494039ab9

apparently based on an assuption that mate-terminal continues to
track gnome-terminal since forking from it. However, based on the
mate-terminal man page in the upstream master branch, the option is
still supported:

  https://github.com/mate-desktop/mate-terminal

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/terminal.py