*** This bug is a duplicate of bug 621927 ***
    https://bugs.launchpad.net/bugs/621927

Guake seems to need TERM set in the .bash_profile.

cat .bash_profile and see if it exists, a clean install doesn't have one

$ cat .bash_profile
cat: .bash_profile: No such file or directory

If the result is as above run the following

echo -e "TERM=linux\nexport TERM" > .bash_profile

This will create the .bash_profile with the correct settings, then
either log out and in again or run the following to kill and re-load
guake:

pkill -f "/usr/lib/guake/guake.py"
guake&

-- 
TERM is not set in guake since I upgraded to Maverick
https://bugs.launchpad.net/bugs/644476
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to