Re: [MeeGo-dev] setting TERM in environment

2011-06-06 Thread Arjan van de Ven
On 6/6/2011 9:20 AM, Robin Burchell wrote: Hi, I've been doing some cursory kicking of the tires of the (very recently released) meego-terminal (https://gitorious.org/meego-terminal/meego-terminal/), and one thing that came up pretty quick when I tried to run top was that TERM wasn't set.

Re: [MeeGo-dev] setting TERM in environment

2011-06-06 Thread Thiago Macieira
On Monday, 6 de June de 2011 17:20:57 Robin Burchell wrote: Hi, I've been doing some cursory kicking of the tires of the (very recently released) meego-terminal (https://gitorious.org/meego-terminal/meego-terminal/), and one thing that came up pretty quick when I tried to run top was that

Re: [MeeGo-dev] setting TERM in environment

2011-06-06 Thread Andy Ross
On 06/06/2011 09:32 AM, Thiago Macieira wrote: The graphical terminal application itself needs to set it to the value of what it supports. Or do you mean in a virtual console? If you mean that, it's the kernel that sets it: Don't forget the login applications: ssh will propagate the

Re: [MeeGo-dev] setting TERM in environment

2011-06-06 Thread Robin Burchell
On 6 June 2011 17:28, Arjan van de Ven ar...@linux.intel.com wrote: Who's responsibility is it to have this set? uxlaunch seems one candidate, but I don't know if that's correct? clearly each terminal has it's own values.. that the terminal program should set! \ Right, in retrospect, that