On Fri, Sep 24, 2010 at 4:01 PM, Sylvestre Ledru
<621...@bugs.launchpad.net> 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 <gabrieltera...@gmail.com>
# Copyright (C) 2007 Lincoln de Sousa <linc...@archlinux-br.org>
#
# 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 "$@"

-- 
Embedded Terminal Emulator isn't giving a TERM variable
https://bugs.launchpad.net/bugs/621927
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to