Comment 26 for bug 621927

Revision history for this message
Alejandro Díaz-Caro (janus) wrote : Re: [Bug 621927] Re: Embedded Terminal Emulator isn't giving a TERM variable

On Fri, Sep 24, 2010 at 4:01 PM, Sylvestre Ledru
<email address hidden> wrote:
> Alejandro Díaz-Caro: could you send me the content of /usr/bin/guake ?
> thanks

Here you are:

#!/bin/bash
#
# Copyright (C) 2007 Gabriel Falcão <email address hidden>
# Copyright (C) 2007 Lincoln de Sousa <email address hidden>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.

GUAKEPATH="/usr/lib/guake"
PYTHONPATH="$PYTHONPATH:$GUAKEPATH"
PYTHON="/usr/bin/python"

exec -a guake $PYTHON -OO $GUAKEPATH/guake.py "$@"