[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: more TERM breakage [screen, gnome-terminal]
- From: Hans de Goede <j w r degoede hhs nl>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: more TERM breakage [screen, gnome-terminal]
- Date: Tue, 10 Aug 2004 11:02:56 +0200
This is probably caused by:
if [ "$PS1" ]; then
case $TERM in
xterm*)
if [ -e /etc/sysconfig/bash-prompt-xterm ]; then
PROMPT_COMMAND=/etc/sysconfig/bash-prompt-xterm
else
PROMPT_COMMAND='echo -ne "\033]0;${USER} ${ ....
fi
;;
in /etc/bashrc, this should be changed to:
if [ "$PS1" ]; then
case $TERM in
xterm*)
rxvt*)
gnome)
konsole)
if [ -e /etc/sysconfig/bash-prompt-xterm ]; then
PROMPT_COMMAND=/etc/sysconfig/bash-prompt-xterm
else
PROMPT_COMMAND='echo -ne "\033]0;${USER} ${ ....
fi
;;
Do you bigzilla this or do I?
Regards,
Hans
Tim Waugh wrote:
My gnome-terminal window title no longer changes when I ssh to another
Fedora machine. Both machines involved have current rawhide
installed.
Is this more TERM=gnome breakage?
Is it related to the fact that screen no longer updates the window
title and instead puts messages on the bottom row of the terminal?
Tim.
*/
--
EuropeSwPatentFree http://EuropeSwPatentFree.hispalinux.es
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]