wrong window title in gnome panel's windows list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNOME Terminal |
Invalid
|
Medium
|
|||
gnome-terminal (Ubuntu) |
Triaged
|
Low
|
Ubuntu Desktop Bugs |
Bug Description
Binary package hint: gnome-terminal
Hi, I don't know if this is a problem in gnome-terminal or in gnome-panel.
I have a somehow complex window title in my .bashrc and use it in most of the hosts I log, however, at some point (maybe after upgrading to Hardy?), sometimes (I can't force it to happen), although the window title in gnome-terminal is always OK, the corresponding title in the panel's window list sticks to an older version of the title (maybe some application, maybe the prompt in another host).
FWIW, here's the relevant part of my .bashrc:
#######
## Color variables for the prompt.
NONE='\[\033[0m\]'
BLACK='
RED='\[
GREEN='
BROWN='
BLUE='\
PURPLE=
CYAN='\
LTGRAY=
DKGRAY=
LTRED='
LTGREEN=
YELLOW=
LTBLUE=
MAGENTA=
LTCYAN=
WHITE='
PROMPT_
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_
fi
if [ ${LOGNAME} = ${USER} ] ; then
USERCOLOR=
else
USERCOLOR=
fi
if [ $USER = 'root' ] ; then
USERCOLOR=${LTRED}
fi
PS1="${
PS2="${
#######
Changed in gnome-terminal: | |
status: | Unknown → New |
Changed in gnome-terminal: | |
importance: | Unknown → Medium |
Changed in gnome-terminal: | |
status: | New → Invalid |
thanks for the report, it looks pretty similar to bug http:// bugzilla. gnome.org/ show_bug. cgi?id= 544224 , linking the report, thanks again.