]> code.ossystems Code Review - openembedded-core.git/commit
terminal.py: Fix Xfce on ubuntu/debian; some cleanup
authorJeffrey C Honig <jeffrey.honig@windriver.com>
Tue, 17 Jul 2012 04:03:59 +0000 (00:03 -0400)
committerSaul Wold <sgw@linux.intel.com>
Wed, 18 Jul 2012 07:34:37 +0000 (00:34 -0700)
commitb2ee5c5e34cdc3d65ca7b5da3486360a74d6c500
tree946188bf9c416ed8e80a7173697a77bf38976f56
parent3ea597249c18d73417abe7d7a9d32bba00499914
terminal.py: Fix Xfce on ubuntu/debian; some cleanup

    * Xfce class was setting and passing wrong variable for ubuntu/debian.
    * Xfce class was using -e instead of -x for passing command.  The former creates
      a shell escape nightmare
    * Clean up local and instance/class variables with same name but different usage.
    * Remove side-effect and directly return formatted command for clarity.

Signed-off-by: Jeffrey C Honig <jeffrey.honig@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oe/terminal.py