Comment 20 for bug 621927

Revision history for this message
Dario Bertini (berdario) wrote : Re: [Bug 621927] Re: Embedded Terminal Emulator isn't giving a TERM variable

On 21 September 2010 13:46, Victor <email address hidden> wrote:
> if not self.get_emulation() or self.get_emulation() == '':
>      self.set_emulation('xterm')
> work!
>

I confirm: the patch seems to work...

actually there's something strange: launching guake from terminal it
works, but by closing guake & reopening it from the launcher it
doesn't use the new TERM variable...
don't know... maybe the launcher has some strange flag that causes
configure_terminal() to never be called, or maybe a simple
logout/login would fix it... i'll try it later since now i don't have
time