]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/terminal.py: declare konsole from KDE 4.x as unsupported
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Sep 2011 16:36:12 +0000 (17:36 +0100)
committerSaul Wold <sgw@linux.intel.com>
Sun, 18 Sep 2011 22:58:58 +0000 (15:58 -0700)
commitee57cd7deb778dc72e58668d8c71cf840a3bc0d9
tree61314e124d12a40614b215ada348e9601540b1de
parent4b395a9beb6c02f7b23266e7ee2ca3c08a9cbb70
lib/oe/terminal.py: declare konsole from KDE 4.x as unsupported

Konsole 2.x (from KDE 4.x) does not work as devshell - it does not pass
the environment or current working directory through among other issues,
so do a version check and disable it if it is found (skipping to the
next available terminal application.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/lib/oe/terminal.py